Skip to content

Commit 6ba6785

Browse files
committed
standardize tab names
1 parent dc5825e commit 6ba6785

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-tutorial-bicep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following resources are defined in the Bicep file:
4141
1. Save the Bicep file as **main.bicep** to your local computer.
4242
1. Deploy the Bicep file using either Azure CLI or Azure PowerShell.
4343

44-
# [CLI](#tab/CLI)
44+
# [Azure CLI](#tab/CLI)
4545

4646
```azurecli
4747
az group create --name exampleRG --location eastus
@@ -66,7 +66,7 @@ The following resources are defined in the Bicep file:
6666
6767
Use the Azure portal, Azure CLI, or Azure PowerShell to list the deployed resources in the resource group.
6868
69-
# [CLI](#tab/CLI)
69+
# [Azure CLI](#tab/CLI)
7070
7171
```azurecli-interactive
7272
az resource list --resource-group exampleRG
@@ -84,7 +84,7 @@ Get-AzResource -ResourceGroupName exampleRG
8484

8585
When no longer needed, use the Azure portal, Azure CLI, or Azure PowerShell to delete the resource group and its resources.
8686

87-
# [CLI](#tab/CLI)
87+
# [Azure CLI](#tab/CLI)
8888

8989
```azurecli-interactive
9090
az group delete --name exampleRG

articles/machine-learning/how-to-deploy-kubernetes-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you plan to deploy AzureML extension for real-time inference workload and wan
8686

8787
## AzureML extension deployment - CLI examples and Azure portal
8888

89-
### [CLI](#tab/deploy-extension-with-cli)
89+
### [Azure CLI](#tab/deploy-extension-with-cli)
9090
To deploy AzureML extension with CLI, use `az k8s-extension create` command passing in values for the mandatory parameters.
9191

9292
We list four typical extension deployment scenarios for reference. To deploy extension for your production usage, carefully read the complete list of [configuration settings](#review-azureml-extension-configuration-settings).

0 commit comments

Comments
 (0)