Skip to content

Commit 74c578b

Browse files
committed
Incorporate review comments
1 parent 35bf778 commit 74c578b

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

articles/app-service/manage-create-arc-environment.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Azure Arc-enabled Kubernetes lets you make your on-premises or cloud Kubernetes
1212

1313
## Prerequisites
1414

15-
- If you don't have an Azure account, [sign up today](https://azure.microsoft.com/free/?utm_source=campaign&utm_campaign=vscode-tutorial-app-service-extension&mktingSource=vscode-tutorial-app-service-extension) for a free account.
16-
17-
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](../../includes/azure-cli-prepare-your-environment-no-header.md)]
15+
If you don't have an Azure account, [sign up today](https://azure.microsoft.com/free/?utm_source=campaign&utm_campaign=vscode-tutorial-app-service-extension&mktingSource=vscode-tutorial-app-service-extension) for a free account.
1816

1917
<!-- ## Prerequisites
2018
@@ -73,7 +71,7 @@ az extension add --upgrade --yes --name appservice-kube
7371
7472
# [PowerShell](#tab/powershell)
7573
76-
```azurecli-interactive
74+
```powershell
7775
$aksClusterGroupName="<group-name>" # Name of resource group for the AKS cluster
7876
$aksName="${aksClusterGroupName}-aks" # Name of the AKS cluster
7977
$resourceLocation="eastus" # "eastus" or "westeurope"
@@ -104,7 +102,7 @@ az extension add --upgrade --yes --name appservice-kube
104102
105103
# [PowerShell](#tab/powershell)
106104
107-
```azurecli-interactive
105+
```powershell
108106
$groupName="<group-name>" # Name of resource group for the connected cluster
109107
110108
az group create -g $groupName -l $resourceLocation
@@ -125,7 +123,7 @@ az extension add --upgrade --yes --name appservice-kube
125123
# [PowerShell](#tab/powershell)
126124
127125
128-
```azurecli-interactive
126+
```powershell
129127
$clusterName="${groupName}-cluster" # Name of the connected cluster resource
130128
131129
az connectedk8s connect --resource-group $groupName --name $clusterName
@@ -157,7 +155,7 @@ While a [Log Analytic workspace](../azure-monitor/logs/quick-create-workspace.md
157155
158156
# [PowerShell](#tab/powershell)
159157
160-
```azurecli-interactive
158+
```powershell
161159
$workspaceName="$groupName-workspace"
162160
163161
az monitor log-analytics workspace create `
@@ -188,7 +186,7 @@ While a [Log Analytic workspace](../azure-monitor/logs/quick-create-workspace.md
188186
189187
# [PowerShell](#tab/powershell)
190188
191-
```azurecli-interactive
189+
```powershell
192190
$logAnalyticsWorkspaceId=$(az monitor log-analytics workspace show `
193191
--resource-group $groupName `
194192
--workspace-name $workspaceName `
@@ -202,7 +200,7 @@ While a [Log Analytic workspace](../azure-monitor/logs/quick-create-workspace.md
202200
--output tsv)
203201
$logAnalyticsKeyEnc=[Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes($logAnalyticsKey))
204202
```
205-
203+
206204
---
207205
208206
## Install the App Service extension
@@ -257,7 +255,7 @@ While a [Log Analytic workspace](../azure-monitor/logs/quick-create-workspace.md
257255
258256
# [PowerShell](#tab/powershell)
259257
260-
```azurecli-interactive
258+
```powershell
261259
az k8s-extension create `
262260
--resource-group $groupName `
263261
--name $extensionName `
@@ -320,7 +318,7 @@ While a [Log Analytic workspace](../azure-monitor/logs/quick-create-workspace.md
320318
321319
# [PowerShell](#tab/powershell)
322320
323-
```azurecli-interactive
321+
```powershell
324322
$extensionId=$(az k8s-extension show `
325323
--cluster-type connectedClusters `
326324
--cluster-name $clusterName `
@@ -356,15 +354,15 @@ The [custom location](../azure-arc/kubernetes/custom-locations.md) in Azure is u
356354

357355
# [bash](#tab/bash)
358356

359-
```azurecli-interactive
357+
```bash
360358
customLocationName="my-custom-location" # Name of the custom location
361359

362360
connectedClusterId=$(az connectedk8s show --resource-group $groupName --name $clusterName --query id --output tsv)
363361
```
364362

365363
# [PowerShell](#tab/powershell)
366364

367-
```azurecli-interactive
365+
```powershell
368366
$customLocationName="my-custom-location" # Name of the custom location
369367
370368
$connectedClusterId=$(az connectedk8s show --resource-group $groupName --name $clusterName --query id --output tsv)

articles/app-service/quickstart-html.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ adobe-target-content: ./quickstart-html-uiex
2323

2424
[!INCLUDE [azure-cli-prepare-your-environment.md](../../includes/azure-cli-prepare-your-environment.md)]
2525

26-
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
27-
2826
## Download the sample
2927

3028
In the Cloud Shell, create a quickstart directory and then change to it.

articles/app-service/tutorial-troubleshoot-monitor.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ To complete this tutorial, you'll need:
3030

3131
- [Azure subscription](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
3232

33-
- [Azure CLI](/cli/azure/install-azure-cli)
34-
3533
- [Git](https://git-scm.com/)
3634

3735
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](../../includes/azure-cli-prepare-your-environment-no-header.md)]

0 commit comments

Comments
 (0)