Skip to content

Commit 88ed3e0

Browse files
committed
remove node on windows tab
1 parent ad2816d commit 88ed3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/provision-resource-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Azure CLI is used here to deploy the template. You can also use the Azure portal
183183

184184
The following code creates a resource group, an App Service plan, and a web app. A default resource group, App Service plan, and location have been set for you. Replace `<app-name>` with a globally unique app name (valid characters are `a-z`, `0-9`, and `-`).
185185

186-
Open up a terminal where the Azure CLI is installed and run the code below to create a Node.js app on Linux.
186+
Open up a terminal where the Azure CLI is installed and run the code below to create a .NET app.
187187

188188
```azurecli-interactive
189189
az group create --name myResourceGroup --location "southcentralus" &&

0 commit comments

Comments
 (0)