How can I download my WebApp

Paykan Imani 0 Reputation points
2025-02-26T10:19:38.56+00:00

How can I download my WebApp with all its resources as a template to upload/execute it later on other subscriptions using PowerShell or CLI?

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,087 questions
{count} votes

Accepted answer
  1. Harshitha Veeramalla 251 Reputation points Microsoft Vendor
    2025-02-28T08:17:33.47+00:00

    Hi @Paykan Imani

    In the Azure App service, you can find the direct option to download the App as a template.json format.

    Navigate to Automation => Export Template.

    • Make sure to check the Include Parameters options.
    • Initially Download option will be disabled while generating the template.

    enter image description here

    • Once the template is ready, you can see the Download option.

    enter image description here

    • Downloaded Folder contains the parameters and template json files.

    enter image description here

    • You can also check the Deploy option as well (If you want to go with custom template).

    Hope this Helps.

    Please remember to "Accept Answer" if the sol has helped, so that others in the community facing similar issues can easily find the solution.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.