Following the Azure Media Services new portal announcement, AMS resources can now be created and managed programmatically using APIs provided by the AMS Resource Provider. The APIs are available through the Azure Resource Manager (ARM) REST API endpoints. Similar to other Azure services on the platform, now you can use Azure Resource Manager to deploy and manage the services that make up your applications. For an introduction to deploying and managing resources with Resource Manager, see the Azure Resource Manager overview. For our CSP (Cloud Solution Provider), you can access the portal to manage your Media Services account.
Here are the operations we support on Azure Media Services:
- Create a Media Service
- Update a Media Service
- Get information about a Media Service
- List all Media Services in a subscription
- List all Media Services in a resource group
- Delete a Media Service
- Check name availability
- List REST endpoint keys
- Regenerate a REST endpoint key
- Sync storage account keys
You can find more detailed documentation here. We have also published an ARM template samples for your reference.