sign icon indicating copy to clipboard operation
sign copied to clipboard

ARM deployment template doesn't match bitness of Azure Pipelines build

Open andrewmolyneux opened this issue 5 years ago • 2 comments

After deploying Azure resources according to the documentation (invoking the "Deploy" command in Visual Studio on the ArmDeploy project) and building/deploying SignService using Azure Pipelines, I got this error when I first attempted to connect to the service: image I was able to resolve this by changing "Platform" to "64-bit" on the "General settings" tab of the "Configuration" blade for the App Service, but presumably either azure-pipelines.server.yml should build a 32-bit app, or azuredeploy.json should deploy the App Service with the platform set to 64-bit?

andrewmolyneux avatar Aug 07 '20 12:08 andrewmolyneux

azuredeploy.json should be updated...

clairernovotny avatar Aug 07 '20 12:08 clairernovotny

Thanks Claire, I think that's the fastest response I've ever received after posting an issue 😄 I'd offer to submit a PR for that but my knowledge of ARM templates is rudimentary.

andrewmolyneux avatar Aug 07 '20 12:08 andrewmolyneux