DeploymentDiagnosticManager.AllowInsecureRemoteConnections Property
This API is obsolete. Specifies that the deployment 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 deployment diagnostic manager is secure (HTTPS). When the deployment 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:
