File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,16 @@ az provider register --namespace Microsoft.OperationalInsights
100
100
101
101
Now that your Azure CLI setup is complete, you can define the environment variables that are used throughout this article.
102
102
103
+ ## Create a resource group
104
+
105
+ ``` azurepowershell
106
+ az group create --location centralus --resource-group name my-container-apps
107
+ ```
103
108
104
109
## Create and deploy the container app
105
110
106
111
Create and deploy your first container app with the ` containerapp up ` command. This command will:
107
112
108
- - Create the resource group
109
113
- Create the Container Apps environment
110
114
- Create the Log Analytics workspace
111
115
- Create and deploy the container app using a public container image
You can’t perform that action at this time.
0 commit comments