Skip to content

Commit f591e42

Browse files
Merge pull request #117623 from Tratcher/patch-1
Add resource group creation step
2 parents 3637fdc + 77eda95 commit f591e42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/container-apps/get-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,16 @@ az provider register --namespace Microsoft.OperationalInsights
100100

101101
Now that your Azure CLI setup is complete, you can define the environment variables that are used throughout this article.
102102

103+
## Create a resource group
104+
105+
```azurepowershell
106+
az group create --location centralus --resource-group name my-container-apps
107+
```
103108

104109
## Create and deploy the container app
105110

106111
Create and deploy your first container app with the `containerapp up` command. This command will:
107112

108-
- Create the resource group
109113
- Create the Container Apps environment
110114
- Create the Log Analytics workspace
111115
- Create and deploy the container app using a public container image

0 commit comments

Comments
 (0)