Azure CLI example: Reset the account credentials
Warning
Azure Media Services will be retired June 30th, 2024. For more information, see the AMS Retirement Guide.
The Azure CLI script in this article shows how to reset your account credentials and get the app.config settings back.
Prerequisites
Create a Media Services account.
Example script
# Update the following variables for your own settings:
resourceGroup=amsResourceGroup
amsAccountName=amsmediaaccountname
az ams account sp reset-credentials \
--account-name $amsAccountName \
--resource-group $resourceGroup
Get help and support
You can contact Media Services with questions or follow our updates by one of the following methods:
- Q & A
- Stack Overflow. Tag questions with
azure-media-services
. - @MSFTAzureMedia or use @AzureSupport to request support.
- Open a support ticket through the Azure portal.