Ravnur Media Services uses several Azure resources to provision the application. Before an Azure resource can be used, its corresponding resource provider needs to be registered in the Azure subscription. If, for example the resource provider Microsoft.Sql is not registered, the RMS deployment scripts cannot create the Azure SQL database, and the deployment will fail.
Registering resource providers is simple and takes just a few minutes to complete for all resource providers. This is the list of resource providers required by RMS Azure resources:
- Microsoft.KeyVault
- Microsoft.AAD
- Microsoft.CDN
- Microsoft.Storage
- Microsoft.ServiceBus
- Microsoft.ManagedIdentity
- Microsoft.Compute
- Microsoft.OperationalInsights
- Microsoft.Web
- Microsoft.App
- Microsoft.SQL
- Microsoft.Container.Service
- Microsoft.EventGrid
- Microsoft.Network
Registering resource providers
1. Go to the Azure subscription where you will deploy RMS and click on Resource providers in the left sidebar menu.
2. In the search bar, enter the resource provider's name. The list will be filtered and show you the available resource providers and their registration status. Click on the horizontal three dots to open the action menu. Click on Register to register the resource provider if it is not already listed as Registered.
For more information about Azure resource provider, please see this Microsoft Learn article: