bicep icon indicating copy to clipboard operation
bicep copied to clipboard

ZipDeploy for web site where OS is Linux

Open hasan2602 opened this issue 3 years ago • 2 comments

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
  }
}

hasan2602 avatar Sep 26 '22 12:09 hasan2602

Can you provide more information on what error you are getting or issue you are running into?

stephaniezyen avatar Sep 28 '22 19:09 stephaniezyen

Hi Stephan,

when i use MSDeploy or OneDeploy for Linux i get this no route registered for /MSDeploy

hasan2602 avatar Sep 30 '22 07:09 hasan2602

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.

alex-frankel avatar Oct 04 '22 21:10 alex-frankel

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:

ghost avatar May 24 '23 04:05 ghost

any progress on 'msDeploy or zipDeploy' in linux azure web app @hasan2602

wenbya avatar Jun 09 '23 05:06 wenbya