eloekset / AzureDockerAppServiceKeyVault

Sample project to debug access to Azure Key Vault from an ASP.NET Core app deployed as a Docker container to Azure App Service for Linux
MIT License
0 stars 0 forks source link

Deployment error for Azure Resouce Manager template #1

Open eloekset opened 4 years ago

eloekset commented 4 years ago

Error message doesn't give any information at all: { "code": "DeploymentFailed", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.", "details": [ { "code": "BadRequest", "message": "{\r\n \"error\": {\r\n \"code\": \"InternalServerError\",\r\n \"message\": \"There was an unexpected InternalServerError. Please try again later. x-ms-correlation-request-id: bc7eae02-59ea-49ea-9475-f8ee5a4c68df\"\r\n }\r\n}" } ] }

eloekset commented 4 years ago

I thought this was the solution, but it wasn't. I'm not (yet) referencing the container registry from the ARM template.