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
Here, a connection string to a queue storage account is declared in the `--secrets` parameter. The value for `queue-connection-string` comes from an environment variable named `$CONNECTION_STRING`.
70
70
71
71
# [PowerShell](#tab/powershell)
72
72
73
-
Secrets are defined using the `--secrets` parameter.
73
+
When you create a container app, secrets are defined using the `--secrets` parameter.
74
74
75
-
- The parameter accepts a comma-delimited set of name/value pairs.
75
+
- The parameter accepts a space-delimited set of name/value pairs.
Here, a connection string to a queue storage account is declared in the `--secrets` parameter. The value for `queue-connection-string` comes from an environment variable named `$CONNECTION_STRING`.
0 commit comments