DiagnosticMonitor.AllowInsecureRemoteConnections Property
Note: This API is now obsolete.Namespace:
Microsoft.WindowsAzure.Diagnostics
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
Return to top
This API is now obsolete. Specifies that the diagnostic monitor may use non-secure (HTTP) connections to communicate with the storage account.
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
<ObsoleteAttribute("Using insecure remote connections can cause issues in the development fabric when communicating to storage through a proxy.")> Public Shared Property AllowInsecureRemoteConnections As Boolean
This property should be set to true only in debugging scenarios. In a production environment, the default connection used by the diagnostic monitor is secure (HTTPS). When the diagnostic monitor 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:
