ZipDeploy for web site where OS is Linux
Bicep version
run bicep --version via the Bicep CLI, az bicep version via the AZ CLI or via VS code by navigating to the extensions tab and searching for Bicep
- Bicep CLI version 0.10.61
Describe the bug A clear and concise description of what the bug is vs what you expected to happen
- we are creating an ASP with OS linux, 2 ASE and using MSDeploy and OneDeploy to use zip files that are in a container. We have included the SAS URL in the bicep. We want to display the retrieved data on one of the front ASE. Unfortunately MSDeploy and OneDeploy for ZIP deployments do not work under Linux only windows. What can we do to fix it that the MS- OneDeploy will work for Linux OS.
To Reproduce Steps to reproduce the behavior:
Additional context Add any other context about the problem here.
param zipDeloyUriWebCoreFront string = 'SAS-URL'
resource symbolicnames 'Microsoft.Web/sites/extensions@2022-03-01' = {
name: 'MSDeploy'
parent: symbolicnames
properties: {
appOffline: false
connectionString: 'string'
type: 'zip'
packageUri: zipDeloyUriWebCoreFront
setParameters: {}
setParametersXmlFileUri: 'string'
skipAppData: true
}
}
Can you provide more information on what error you are getting or issue you are running into?
Hi Stephan,
when i use MSDeploy or OneDeploy for Linux i get this no route registered for /MSDeploy
This does not sounds like a bicep-specific issue, but rather something specific to the Web Resource Provider APIs. Tagging @naveedaz / @seligj95 as FYI.
@hasan2602 - are you able to open a support ticket for this and have it routed to the Web team? That is where you will get the most traction on getting this resolved.
Hi hasan2602, this issue has been marked as stale because it was labeled as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thanks for contributing to bicep! :smile: :mechanical_arm:
any progress on 'msDeploy or zipDeploy' in linux azure web app @hasan2602