Skip to content

Commit def20c8

Browse files
committed
updated
1 parent c881e3a commit def20c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

includes/media-services-cli-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ ms.author: juliako
1010
ms.custom: include file
1111
---
1212

13-
## CLI Shell
13+
### CLI Shell
1414

1515
It is recommended to use [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview?view=azure-cli-latest) to execute CLI commands. **Cloud Shell** is a free, interactive shell that you can use to run the steps in this article. Common Azure tools are preinstalled and configured in Cloud Shell for you to use with your account. It provides the flexibility of choosing the shell experience that best suits the way you work. Linux users can opt for a Bash experience, while Windows users can opt for PowerShell.
1616

1717
You can also install the CLI locally. See [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) for instructions for your platform.
1818

19-
### Sign in
19+
#### Sign in
2020

2121
Using a local install of the CLI requires signing in to Azure. This step is not required for Azure Cloud Shell. Sign in with the `az login` command.
2222

2323
If the CLI can open your default browser, it will do so and load a sign-in page. Otherwise, you need to open a browser page and follow the instructions on the command line to enter an authorization code after navigating to https://aka.ms/devicelogin in your browser.
2424

25-
### Specify location of files
25+
#### Specify location of files
2626

2727
Many Media Services CLI commands allow you to pass a parameter with a file name. If you are using **Cloud Shell**, you can upload your file to your clouddrive (using Bash or PowerShell).
2828

@@ -38,7 +38,7 @@ Relative path to the file (all OS)
3838
Absolute file path on Linux/Mac and Windows OS
3939

4040
* `@ "/usr/home/mytestfile.json"`
41-
* `@"c:\tmp\user\mytestfile.json"`
41+
* `@"c:\tmp\user\mytestfile.json"`
4242

4343
Use `{file}` if the command is asking for a path to the file. For example, `az ams transform create -a amsaccount -g resourceGroup -n custom --preset .\customPreset.json`. <br/>
4444
Use `@{file}` if the command is going to load the specified file. For example, `az ams account-filter create -a amsaccount -g resourceGroup -n filterName --tracks @tracks.json`.

includes/media-services-v3-cli-access-api-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: juliako
1010
ms.custom: include file
1111
---
1212

13-
## Access the Media Services API
13+
### Access the Media Services API
1414

1515
To connect to Azure Media Services APIs, you use the Azure AD service principal authentication. The following command creates an Azure AD application and attaches a service principal to the account. You should use the returned values to configure your application.
1616

0 commit comments

Comments
 (0)