powerful-football-81694
10/31/2021, 6:25 PMApiManagementService
and configures it to have a system-assigned managed identity
2. must specify the custom hostname at creation time in the HostnameConfigurationArgs
property, which references a certificate in key vault
3. but APIM fails to create because to read the cert from key vault, it needs an access policy…
4. but the KeyVaultAccessPolicy
to give the APIM managed identity access to read secrets from key vault can only be created after the APIM service has been created, which can’t happen…
So, APIM resource creation depends on the key vault access policy, which depends on the APIM resource… deadlock. Any advice on what do do in this situation?gray-ambulance-59402
11/09/2021, 10:06 PMpowerful-football-81694
11/10/2021, 11:10 AM