connection String Insecure
Parameters
value
The connection string sent insecurely. Conflicts with connection_string
, sas_uri
and service_endpoint
.
Note:
connection_string
uses the Azure SecureString to encrypt the contents within the REST payload sent to Azure whilst theconnection_string_insecure
is sent as a regular string. Both properties are still sent using SSL/HTTPS. At this time the portal will not decrypt Secure Strings so theconnection_string
property in the portal will show as******
whilstconnection_string_insecure
will be viewable in the portal.