File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,19 +77,19 @@ Next, set the following environment variables:
77
77
# [ Bash] ( #tab/bash )
78
78
79
79
``` azurecli
80
- RESOURCE_GROUP="my-containerapps "
80
+ RESOURCE_GROUP="my-container-apps "
81
81
LOCATION="canadacentral"
82
- LOG_ANALYTICS_WORKSPACE="containerapps -logs"
83
- CONTAINERAPPS_ENVIRONMENT="containerapps-env "
82
+ LOG_ANALYTICS_WORKSPACE="my-container-apps -logs"
83
+ CONTAINERAPPS_ENVIRONMENT="my-environment "
84
84
```
85
85
86
86
# [ PowerShell] ( #tab/powershell )
87
87
88
88
``` powershell
89
- $RESOURCE_GROUP="my-containerapps "
89
+ $RESOURCE_GROUP="my-container-apps "
90
90
$LOCATION="canadacentral"
91
- $LOG_ANALYTICS_WORKSPACE="containerapps -logs"
92
- $CONTAINERAPPS_ENVIRONMENT="containerapps-env "
91
+ $LOG_ANALYTICS_WORKSPACE="my-container-apps -logs"
92
+ $CONTAINERAPPS_ENVIRONMENT="my-environment "
93
93
```
94
94
95
95
---
You can’t perform that action at this time.
0 commit comments