Skip to content

Commit 7eded72

Browse files
authored
Merge pull request #190977 from IngridAtMicrosoft/cli2
next set of cli files
2 parents 72c8ac5 + 319bdfc commit 7eded72

File tree

59 files changed

+1080
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1080
-56
lines changed

articles/media-services/latest/TOC.yml

Lines changed: 52 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -454,30 +454,51 @@
454454
- name: Reset account credentials
455455
href: account-reset-account-credentials.md
456456
displayName: reset, account credentials, remove credentials, security, restore, remove, credentials
457-
- name: Media Services accounts
458-
items:
459-
- name: Create a Media Services account
460-
href: account-create-how-to.md
461-
displayName: media services account create
462-
- name: Update a Media Services account
463-
href: account-update-how-to.md
464-
- name: List Media Services accounts
465-
href: account-list-how-to.md
466-
- name: Show Media Services account details
467-
href: account-show-how-to.md
468-
- name: Delete a Media Services account
469-
href: account-delete-how-to.md
470-
- name: Create assets and upload media
457+
- name: Manage accounts and storage
458+
items:
459+
- name: Add storage to an account
460+
href: account-add-account-storage-how-to.md
461+
- name: Remove storage from an account
462+
href: account-remove-account-storage-how-to.md
463+
- name: List assets in an account
464+
href: account-add-account-storage-how-to.md
465+
- name: List transforms in an account
466+
href: account-add-account-storage-how-to.md
467+
- name: Set account encryption with customer managed keys
468+
href: account-set-account-encryption-customer-managed-key-how-to.md
469+
- name: Show account encryption
470+
href: account-show-encryption-how-to.md
471+
- name: Manage multiple storage accounts
472+
href: storage-managing-multiple-storage-accounts-how-to.md
473+
displayName: how to, how-to, tutorial, storage accounts, multiple storage accounts
474+
- name: Sync storage keys
475+
href: storage-sync-storage-keys-how-to.md
476+
- name: Manage assets
471477
items:
472478
- name: Create an asset
473479
href: asset-create-asset-how-to.md
474480
displayName: how to, how-to, tutorial, create asset, upload file, ingest file, upload, container, storage account, SAS, S3, URL, HTTP ingest
481+
- name: Delete an asset
482+
href: asset-delete-asset-how-to.md
483+
- name: Get asset SAS URLs
484+
href: asset-get-asset-sas-urls-how-to.md
485+
- name: Get asset encryption key
486+
href: asset-get-encryption-key-how-to.md
487+
- name: Create an asset filter
488+
href: asset-create-asset-filter-how-to.md
489+
- name: Update an asset filter
490+
href: asset-update-asset-filter-how-to.md
491+
- name: List asset filters
492+
href: asset-list-asset-filters-how-to.md
493+
- name: Delete an asset filter
494+
href: asset-delete-asset-filter-how-to.md
495+
- name: List asset streaming locators
496+
href: asset-list-asset-streaming-locators-how-to.md
497+
- name: Upload media
498+
items:
475499
- name: Upload media
476500
href: asset-upload-media-how-to.md
477501
displayName: how to, how-to, tutorial, create asset, upload file, ingest file, upload, container, storage account, SAS, S3, URL, HTTP ingest, upload media
478-
- name: Manage multiple storage accounts
479-
href: storage-managing-multiple-storage-accounts-how-to.md
480-
displayName: how to, how-to, tutorial, storage accounts, multiple storage accounts,
481502
- name: Encode media
482503
items:
483504
- name: Create a transform
@@ -528,6 +549,16 @@
528549
- name: Use the content aware encoding preset
529550
href: encode-content-aware-how-to.md
530551
displayName: encode, encoder, transcode, custom preset, content aware, transform, CAE, scene based, shot based, qvbr, quality defined
552+
- name: Add a custom output transform
553+
href: transform-add-custom-transform-output-how-to.md
554+
- name: Create a custom transform
555+
href: transform-create-transform-how-to.md
556+
- name: List transforms
557+
href: account-list-transforms-how-to.md
558+
- name: Update a transform
559+
href: transform-update-transform-how-to.md
560+
- name: Delete a transform
561+
href: transform-delete-transform-how-to.md
531562
- name: Create jobs
532563
items:
533564
- name: Create jobs with CLI
@@ -624,6 +655,10 @@
624655
items:
625656
- name: Create a Media Services account
626657
href: account-create-how-to.md
658+
- name: Set account encryption with customer managed keys
659+
href: account-set-account-encryption-customer-managed-key-how-to.md
660+
- name: Show account encryption
661+
href: account-show-encryption-how-to.md
627662
- name: Network security
628663
items:
629664
- name: Use a Private Link with a Streaming endpoint
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Add storage to a Media Services Account
3+
description: This article shows you how to add storage to a Media Services account.
4+
services: media-services
5+
author: IngridAtMicrosoft
6+
manager: femila
7+
ms.service: media-services
8+
ms.topic: how-to
9+
ms.date: 03/08/2022
10+
ms.author: inhenkel
11+
---
12+
# Add storage to a Media Services Account
13+
14+
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
15+
16+
<!-- NOTE: The following are in the includes folder and are reused in other How To articles. All task based content should be in the includes folder with the task- prefix prepended to the file name. -->
17+
18+
This article shows you how to add storage to a Media Services account.
19+
20+
## Methods
21+
22+
You can use the following methods to add storage to a Media Services account.
23+
24+
## CLI
25+
26+
[!INCLUDE [Show the media services account encryption](./includes/task-add-account-storage-cli.md)]
27+
28+
---

articles/media-services/latest/account-create-how-to.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,8 @@ You can use either the Azure portal or the CLI to create a Media Services accoun
5959

6060
[!INCLUDE [Create a Media Services account with CLI](./includes/task-create-media-services-account-cli.md)]
6161

62+
## [REST](#tab/rest/)
63+
64+
See the Media Services [REST API](/rest/api/media/mediaservices/create-or-update).
65+
6266
---

articles/media-services/latest/account-delete-how-to.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ You can find the Media Services accounts in the portal by navigating to your sub
2121

2222
## [CLI](#tab/cli/)
2323

24-
[!INCLUDE [update a media services account CLI](./includes/task-delete-media-services-account-cli.md)]
24+
[!INCLUDE [delete a media services account CLI](./includes/task-delete-media-services-account-cli.md)]
25+
26+
## [REST](#tab/rest/)
27+
28+
See the Media Service [REST API](/rest/api/media/mediaservices/delete).
2529

2630
---
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: List the assets in a Media Services account
3+
description: This article shows you how to list the assets in a Media Services account.
4+
services: media-services
5+
author: IngridAtMicrosoft
6+
manager: femila
7+
ms.service: media-services
8+
ms.topic: how-to
9+
ms.date: 03/08/2022
10+
ms.author: inhenkel
11+
---
12+
13+
# List the assets in a Media Services account
14+
15+
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
16+
17+
This article shows you how to list the assets in a Media Services account.
18+
19+
## Methods
20+
21+
You can use the following methods to list the assets in a Media Services account.
22+
23+
## [CLI](#tab/cli/)
24+
25+
[!INCLUDE [Create an asset with CLI](./includes/task-list-assets-cli.md)]
26+
27+
## [REST](#tab/rest/)
28+
29+
[!INCLUDE [Create an asset with CLI](./includes/task-list-assets-rest.md)]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: List the transforms in a Media Services account
3+
description: This article shows you how to list the transforms in a Media Services account.
4+
services: media-services
5+
author: IngridAtMicrosoft
6+
manager: femila
7+
ms.service: media-services
8+
ms.topic: how-to
9+
ms.date: 03/08/2022
10+
ms.author: inhenkel
11+
---
12+
13+
# List the transforms in a Media Services account
14+
15+
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
16+
17+
This article shows you how to list the transforms in a Media Services account.
18+
19+
## Methods
20+
21+
You can use the following methods to list the transforms in a Media Services account.
22+
23+
## [CLI](#tab/cli/)
24+
25+
[!INCLUDE [List transforms](./includes/task-list-transforms-cli.md)]
26+
27+
## [REST](#tab/rest/)
28+
29+
See the Media Services [REST API](/rest/api/media/transforms/list).
30+
31+
---
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Remove a storage account from a Media Services account
3+
description: This article shows you how to remove a storage account from a Media Services account
4+
services: media-services
5+
author: IngridAtMicrosoft
6+
manager: femila
7+
ms.service: media-services
8+
ms.topic: how-to
9+
ms.date: 03/08/2022
10+
ms.author: inhenkel
11+
---
12+
13+
# Remove a storage account from a Media Services account
14+
15+
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
16+
17+
This article shows you how to remove a storage account from a Media Services account.
18+
19+
## Methods
20+
21+
You can use the following methods to remove a storage account from a Media Services account.
22+
23+
## CLI
24+
25+
[!INCLUDE [Create an asset with CLI](./includes/task-remove-account-storage-cli.md)]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Set the Media Services account encryption with customer managed keys
3+
description: This article shows you how to set the Media Services account encryption with customer managed keys.
4+
services: media-services
5+
author: IngridAtMicrosoft
6+
manager: femila
7+
ms.service: media-services
8+
ms.topic: how-to
9+
ms.date: 03/08/2022
10+
ms.author: inhenkel
11+
---
12+
13+
# Set the Media Services account encryption with customer managed keys
14+
15+
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
16+
17+
This article shows you how to set the Media Services account encryption with customer managed keys.
18+
19+
## Methods
20+
21+
You can use the following methods to set the Media Services account encryption with customer managed keys.
22+
23+
## CLI
24+
25+
[!INCLUDE [Create an asset with CLI](./includes/task-set-account-encryption-customer-managed-key-cli.md)]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Set the Media Services account encryption with system managed keys
3+
description: This article shows you how to set the Media Services account encryption with system managed keys.
4+
services: media-services
5+
author: IngridAtMicrosoft
6+
manager: femila
7+
ms.service: media-services
8+
ms.topic: how-to
9+
ms.date: 03/08/2022
10+
ms.author: inhenkel
11+
---
12+
13+
# Set the Media Services account encryption with system managed keys
14+
15+
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
16+
17+
This article shows you how to set the Media Services account encryption with system managed keys.
18+
19+
## Methods
20+
21+
You can use the following methods to set the Media Services account encryption with system managed keys.
22+
23+
## CLI
24+
25+
[!INCLUDE [Set account encryption](./includes/task-set-account-encryption-customer-managed-key-cli.md)]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Set the Media Services storage authentication
3+
description: This article shows you how to set the Media Services storage authentication.
4+
services: media-services
5+
author: IngridAtMicrosoft
6+
manager: femila
7+
ms.service: media-services
8+
ms.topic: how-to
9+
ms.date: 03/08/2022
10+
ms.author: inhenkel
11+
---
12+
13+
# Set the Media Services storage authentication
14+
15+
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
16+
17+
This article shows you how to set the Media Services storage authentication.
18+
19+
## Methods
20+
21+
You can use the following methods to set the Media Services storage authentication.
22+
23+
## CLI
24+
25+
[!INCLUDE [Set storage authentication](./includes/task-set-storage-authentication-cli.md)]

0 commit comments

Comments
 (0)