DiagnosticMonitor.AllowInsecureRemoteConnections Property
Note: This API is now obsolete.
This API is now obsolete. Specifies that the diagnostic monitor may use non-secure (HTTP) connections to communicate with the storage account.
Namespace: Microsoft.WindowsAzure.Diagnostics
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
Syntax
[ObsoleteAttribute("Using insecure remote connections can cause issues in the development fabric when communicating to storage through a proxy.")]
public static bool AllowInsecureRemoteConnections { get; set; }
public:
[ObsoleteAttribute("Using insecure remote connections can cause issues in the development fabric when communicating to storage through a proxy.")]
property bool AllowInsecureRemoteConnections {
static bool get();
static void set(bool value);
}
[<ObsoleteAttribute("Using insecure remote connections can cause issues in the development fabric when communicating to storage through a proxy.")>]
static member AllowInsecureRemoteConnections : bool with get, set
<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
Property Value
Type: System.Boolean
Type: System.Boolean
Returns Boolean.
Remarks
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.
See Also
DiagnosticMonitor Class
Microsoft.WindowsAzure.Diagnostics Namespace
Return to top