You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/media-services/previous/meda-services-managing-multiple-storage-accounts.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ You can attach multiple storage accounts to a single Media Services account. Abi
23
23
* Load balancing your assets across multiple storage accounts.
24
24
* Scaling Media Services for large amounts of content processing (as currently a single storage account has a max limit of 500 TB).
25
25
26
-
This article demonstrates how to attach multiple storage accounts to a Media Services account using [Azure Resource Manager APIs](/rest/api/media/operations/azure-media-services-rest-api-reference) and [Powershell](/powershell/module/azurerm.media). It also shows how to specify different storage accounts when creating assets using the Media Services SDK.
26
+
This article demonstrates how to attach multiple storage accounts to a Media Services account using [Azure Resource Manager APIs](/rest/api/media/operations/azure-media-services-rest-api-reference) and [Powershell](/powershell/module/az.media). It also shows how to specify different storage accounts when creating assets using the Media Services SDK.
@@ -40,7 +42,7 @@ Media Services uses the value of the **IAssetFile.Name** property when building
40
42
41
43
## To attach storage accounts
42
44
43
-
To attach storage accounts to your AMS account, use [Azure Resource Manager APIs](/rest/api/media/operations/azure-media-services-rest-api-reference) and [Powershell](/powershell/module/azurerm.media), as shown in the following example:
45
+
To attach storage accounts to your AMS account, use [Azure Resource Manager APIs](/rest/api/media/operations/azure-media-services-rest-api-reference) and [Powershell](/powershell/module/az.media), as shown in the following example:
- An Azure account. If you don't have an account, start with an [Azure free trial](https://azure.microsoft.com/pricing/free-trial/).
27
29
- A Media Services account. For more information, see [Create an Azure Media Services account in the Azure portal](media-services-portal-create-account.md).
28
-
- Azure PowerShell version 0.8.8 or a later version. For more information, see [How to use Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview).
29
-
- Azure Resource Manager cmdlets.
30
+
31
+
- Azure PowerShell. For more information, see [How to use Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview).
When you create a new Azure Media Services (AMS) account, you are also asked to select an Azure Storage account that is used to store your media content. You can add more than one storage accounts to your Media Services account. This article shows how to rotate storage keys. It also shows how to add storage accounts to a media account.
23
23
24
-
To perform the actions described in this article, you should be using [Azure Resource Manager APIs](/rest/api/media/operations/azure-media-services-rest-api-reference) and [Powershell](https://docs.microsoft.com/powershell/module/azurerm.media). For more information, see [How to manage Azure resources with PowerShell and Resource Manager](../../azure-resource-manager/powershell-azure-resource-manager.md).
24
+
To perform the actions described in this article, you should be using [Azure Resource Manager APIs](/rest/api/media/operations/azure-media-services-rest-api-reference) and [Powershell](https://docs.microsoft.com/powershell/module/az.media). For more information, see [How to manage Azure resources with PowerShell and Resource Manager](../../azure-resource-manager/powershell-azure-resource-manager.md).
0 commit comments