Duende.IdentityServer.Admin icon indicating copy to clipboard operation
Duende.IdentityServer.Admin copied to clipboard

Issue to deploy to Azure

Open hdu7 opened this issue 3 years ago • 5 comments

Question

I got a error when I tried to deploy to Azure.

Relevant parts of the log file

  C:\Users\hdu\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Container.targets(149,5): Error CTC1000: Method not found: 'Void Microsoft.VisualStudio.Containers.Tools.Shared.Functions.AzureFunctionsFeedDataProvider..ctor(Microsoft.VisualStudio.Containers.Tools.Common.Services.Logging.ILoggingService)'.
C:\Users\hdu\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Container.targets(149,5): Error MSB4018: The "KillAppInsideContainer" task failed unexpectedly.

hdu7 avatar Mar 16 '22 16:03 hdu7

Where do you host your app? Azure app service?

skoruba avatar Mar 16 '22 16:03 skoruba

Azure app service

hdu7 avatar Mar 16 '22 16:03 hdu7

Azure app service with .net 6 as runtime framework, no dock container

hdu7 avatar Mar 16 '22 16:03 hdu7

use ftp deployment resolved issue

hdu7 avatar Mar 17 '22 15:03 hdu7

@hdu7 can you confirm you created 3 different app services (sts, admin and admin-api)? Have you tried with Azure K8S?

apetrut avatar Mar 01 '23 13:03 apetrut