We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3637fdc + 77eda95 commit f591e42Copy full SHA for f591e42
1 file changed
articles/container-apps/get-started.md
@@ -100,12 +100,16 @@ az provider register --namespace Microsoft.OperationalInsights
100
101
Now that your Azure CLI setup is complete, you can define the environment variables that are used throughout this article.
102
103
+## Create a resource group
104
+
105
+```azurepowershell
106
+az group create --location centralus --resource-group name my-container-apps
107
+```
108
109
## Create and deploy the container app
110
111
Create and deploy your first container app with the `containerapp up` command. This command will:
112
-- Create the resource group
113
- Create the Container Apps environment
114
- Create the Log Analytics workspace
115
- Create and deploy the container app using a public container image
0 commit comments