Skip to content

Commit 3b1806d

Browse files
author
Matthew Sebolt (Aquent LLC)
committed
CLI to Azure CLI
1 parent 45f7bb0 commit 3b1806d

12 files changed

+21
-22
lines changed

articles/media-services/latest/cli-reset-account-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 08/20/2019
1616
ms.author: juliako
1717
---
1818

19-
# CLI example: Reset the account credentials
19+
# Azure CLI example: Reset the account credentials
2020

2121
The Azure CLI script in this article shows how to reset your account credentials and get the app.config settings back.
2222

articles/media-services/latest/cli-upload-file-asset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 05/01/2019
1717
ms.author: juliako
1818
---
1919

20-
# CLI example: Upload a local file to a container
20+
# Azure CLI example: Upload a local file to a container
2121

2222
The Azure CLI script in this article shows how to upload a local file to a storage container.
2323

articles/media-services/latest/custom-preset-cli-howto.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Encode custom transform using Media Services v3 CLI - Azure | Microsoft Docs
3-
description: This topic shows how to use Azure Media Services v3 to encode a custom transform using CLI.
2+
title: Encode custom transform using Media Services v3 Azure CLI | Microsoft Docs
3+
description: This topic shows how to use Azure Media Services v3 to encode a custom transform using Azure CLI.
44
services: media-services
55
documentationcenter: ''
66
author: Juliako
@@ -15,7 +15,7 @@ ms.author: juliako
1515

1616
---
1717

18-
# How to encode with a custom transform - CLI
18+
# How to encode with a custom transform - Azure CLI
1919

2020
When encoding with Azure Media Services, you can get started quickly with one of the recommended built-in presets, based on industry best practices, as demonstrated in the [Streaming files](stream-files-cli-quickstart.md#create-a-transform-for-adaptive-bitrate-encoding) quickstart. You can also build a custom preset to target your specific scenario or device requirements.
2121

@@ -128,13 +128,13 @@ In this example, we create a **Transform** that is based on the custom preset we
128128
az ams transform show -a amsaccount -g amsResourceGroup -n customTransformName
129129
```
130130

131-
The following CLI command creates the Transform based on the custom preset (defined earlier).
131+
The following Azure CLI command creates the Transform based on the custom preset (defined earlier).
132132

133133
```azurecli-interactive
134134
az ams transform create -a amsaccount -g amsResourceGroup -n customTransformName --description "Basic Transform using a custom encoding preset" --preset customPreset.json
135135
```
136136

137-
For Media Services to apply the Transform to the specified video or audio, you need to submit a Job under that Transform. For a complete example that shows how to submit a job under a transform, see [Quickstart: Stream video files - CLI](stream-files-cli-quickstart.md).
137+
For Media Services to apply the Transform to the specified video or audio, you need to submit a Job under that Transform. For a complete example that shows how to submit a job under a transform, see [Quickstart: Stream video files - Azure CLI](stream-files-cli-quickstart.md).
138138

139139
## See also
140140

articles/media-services/latest/media-services-diagnostic-logs-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ This article shows you how to route data to the storage account and then view th
4848

4949
Monitoring data from your resource is now flowing into the storage account.
5050

51-
## Route data to the storage account using the CLI
51+
## Route data to the storage account using the Azure CLI
5252

53-
To enable storage of diagnostic logs in a Storage Account, you would run the following `az monitor diagnostic-settings` CLI command:
53+
To enable storage of diagnostic logs in a Storage Account, you would run the following `az monitor diagnostic-settings` Azure CLI command:
5454

5555
```azurecli-interactive
5656
az monitor diagnostic-settings create --name <diagnostic name> \

articles/media-services/latest/media-services-metrics-howto.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.date: 07/08/2019
1515
ms.author: juliako
16-
1716
---
1817

1918
# Monitor Media Services metrics
2019

2120
[Azure Monitor](../../azure-monitor/overview.md) enables you to monitor metrics and diagnostic logs that help you understand how your applications are performing. For detailed description of this feature and to see why you would want to use Azure Media Services metrics and diagnostics logs, see [Monitor Media Services metrics and diagnostic logs](media-services-metrics-diagnostic-logs.md).
2221

23-
Azure Monitor provides several ways to interact with metrics, including charting them in the portal, accessing them through the REST API, or querying them using CLI. This article shows how to monitor metrics with the Azure portal charts and Azure CLI.
22+
Azure Monitor provides several ways to interact with metrics, including charting them in the portal, accessing them through the REST API, or querying them using Azure CLI. This article shows how to monitor metrics with the Azure portal charts and Azure CLI.
2423

2524
## Prerequisites
2625

@@ -53,7 +52,7 @@ Azure Monitor provides several ways to interact with metrics, including charting
5352

5453
## View metrics with Azure CLI
5554

56-
To get "Egress" metrics with CLI, you would run the following `az monitor metrics` CLI command:
55+
To get "Egress" metrics with Azure CLI, you would run the following `az monitor metrics` command:
5756

5857
```azurecli-interactive
5958
az monitor metrics list --resource \

articles/media-services/latest/stream-files-cli-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: juliako
1616
#Customer intent: As a developer, I want to create a Media Services account so that I can store, encrypt, encode, manage, and stream media content in Azure.
1717
---
1818

19-
# Tutorial: Encode a remote file based on URL and stream the video - CLI
19+
# Tutorial: Encode a remote file based on URL and stream the video - Azure CLI
2020

2121
This tutorial shows how to easily encode and stream videos on a variety of browsers and devices by using Azure Media Services and the Azure CLI. You can specify input content by using HTTPS or SAS URLs or paths to files in Azure Blob storage.
2222

@@ -340,7 +340,7 @@ Here's an example:
340340

341341
If you no longer need any of the resources in your resource group, including the Media Services and storage accounts that you created for this tutorial, delete the resource group.
342342

343-
Run this CLI command:
343+
Run this Azure CLI command:
344344

345345
```azurecli-interactive
346346
az group delete --name amsResourceGroup

articles/mysql/tutorial-design-database-using-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You may use the Azure Cloud Shell in the browser, or [Install Azure CLI]( /cli/a
2929

3030
[!INCLUDE [cloud-shell-try-it](../../includes/cloud-shell-try-it.md)]
3131

32-
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
32+
If you choose to install and use the Azure CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
3333

3434
If you have multiple subscriptions, choose the appropriate subscription in which the resource exists or is billed for. Select a specific subscription ID under your account using [az account set](/cli/azure/account#az-account-set) command.
3535
```azurecli-interactive

articles/network-watcher/diagnose-vm-network-routing-problem-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2727

2828
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2929

30-
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0.28 or later. To find the installed version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli). After you verify the CLI version, run `az login` to create a connection with Azure. The CLI commands in this article are formatted to run in a Bash shell.
30+
If you choose to install and use the Azure CLI locally, this article requires that you are running the Azure CLI version 2.0.28 or later. To find the installed version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli). After you verify the Azure CLI version, run `az login` to create a connection with Azure. The Azure CLI commands in this article are formatted to run in a Bash shell.
3131

3232
## Create a VM
3333

@@ -47,7 +47,7 @@ az vm create \
4747
--generate-ssh-keys
4848
```
4949

50-
The VM takes a few minutes to create. Don't continue with remaining steps until the VM is created and the CLI returns output.
50+
The VM takes a few minutes to create. Don't continue with remaining steps until the VM is created and the Azure CLI returns output.
5151

5252
## Test network communication
5353

articles/network-watcher/diagnose-vm-network-traffic-filtering-problem-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2828

2929
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3030

31-
If you choose to install and use the CLI locally, this quickstart requires that you are running the Azure CLI version 2.0.28 or later. To find the installed version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli). After you verify the CLI version, run `az login` to create a connection with Azure. The CLI commands in this quickstart are formatted to run in a Bash shell.
31+
If you choose to install and use the Azure CLI locally, this quickstart requires that you are running the Azure CLI version 2.0.28 or later. To find the installed version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli). After you verify the Azure CLI version, run `az login` to create a connection with Azure. The Azure CLI commands in this quickstart are formatted to run in a Bash shell.
3232

3333
## Create a VM
3434

@@ -48,7 +48,7 @@ az vm create \
4848
--generate-ssh-keys
4949
```
5050

51-
The VM takes a few minutes to create. Don't continue with remaining steps until the VM is created and the CLI returns output.
51+
The VM takes a few minutes to create. Don't continue with remaining steps until the VM is created and the Azure CLI returns output.
5252

5353
## Test network communication
5454

articles/security/develop/secure-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Run the deployment scripts to set up the environment and subscription:
162162
cd tutorial-project/scripts
163163
```
164164

165-
3. There are files in the scripts folder that are specific to the platform you're using (Windows or Linux). As the Azure CLI has already been installed, sign in to the Azure account at the command prompt by running this CLI command:
165+
3. There are files in the scripts folder that are specific to the platform you're using (Windows or Linux). As the Azure CLI has already been installed, sign in to the Azure account at the command prompt by running this Azure CLI command:
166166

167167
```azurecli-interactive
168168
az login

0 commit comments

Comments
 (0)