Skip to content

Commit 5072aaf

Browse files
committed
Improve environment variable limitation
1 parent af5916b commit 5072aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-container-apps/docs/10-aca-vnet-nsg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ az ad signed-in-user show --query id --output tsv
5555

5656
```bash
5757
SUBSCRIPTION='subscription-id' # replace it with your subscription-id
58-
PREFIX='unique-prefix' # unique prefix for all resources(not use special characters)
58+
PREFIX='uniqueprefix' # unique prefix for all resources(Lowercase letters and numbers only. Start with a lowercase letter.)
5959
CURRENT_USER_OBJECT_ID='your-current-user-object-id' # replace it with your current user object id
6060
```
6161

0 commit comments

Comments
 (0)