RoleInstanceDiagnosticManager.AllowInsecureRemoteConnections Property
This API is obsolete. Specifies that the role instance diagnostic manager may use non-secure (HTTP) connections to communicate with the storage account.
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
Property Value
Type: System.BooleanType: System.Boolean
true if [allow insecure remote connections]; otherwise, false.
This property should be set to true only in debugging scenarios. In a production environment, the default connection used by the role instance diagnostic manager is secure (HTTPS). When the role instance diagnostic manager is configured to use the development storage account, this property is ignored.
Warning |
|---|
This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics. |
Show:
