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.
Namespace: Microsoft.WindowsAzure.Diagnostics.Management
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
Syntax
public static bool AllowInsecureRemoteConnections { get; set; }
public:
property bool AllowInsecureRemoteConnections {
static bool get();
static void set(bool value);
}
static member AllowInsecureRemoteConnections : bool with get, set
Public Shared Property AllowInsecureRemoteConnections As Boolean
Property Value
Type: System.Boolean
Type: System.Boolean
true if [allow insecure remote connections]; otherwise, false.
Remarks
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.
See Also
RoleInstanceDiagnosticManager Class
Microsoft.WindowsAzure.Diagnostics.Management Namespace
Return to top