You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AzureA-ARM\azuredeploy.json, the following environment variables should be changed from "value" to "secureValue" so that they do not appear in cleartext when viewing them in the deployment script resource or the container instance resource:
SQLUSERPASSWORD (line 623)
ACRUSERPASSWORD (line 683)
TLSKEY (line 690)
FILEREPOPASSWORD (line 712)
PURVIEWCLIENTSECRET (line 761)
The text was updated successfully, but these errors were encountered:
In AzureA-ARM\azuredeploy.json, the following environment variables should be changed from "value" to "secureValue" so that they do not appear in cleartext when viewing them in the deployment script resource or the container instance resource:
The text was updated successfully, but these errors were encountered: