Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions _posts/2026-07-30-quick-deploy-portal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "A simpler way to deploy ZIP packages to Azure App Service from the Azure portal"
author_name: "Tulika Chaudharie"
toc: true
toc_sticky: true
---

We recently introduced a simpler way to deploy applications to Azure App Service for Linux by uploading a ZIP package through Kudu. The experience lets you review the package contents, choose whether to run a server-side build, and follow the deployment through its different stages.

This capability is now available directly in the **Azure portal** through **Deployment Center**.

To use it:

1. Open your Linux web app in the Azure portal.
2. Go to **Deployment Center**.
3. Select **Manual Deployment (Push)**.
4. Choose **Publish files (new)** as the source.
5. Drag and drop your ZIP file or select **Browse files**.

![quickdeploy]({{site.baseurl}}/media/2026/07/quick-deploy-portal.jpg)

You can now upload and deploy your application without navigating separately to the Kudu site. This is useful for getting started, testing an application, or performing an occasional manual deployment. For repeatable production deployments, we recommend configuring a CI/CD pipeline.

To learn more about the deployment experience, including package preview, build options, progress tracking, and deployment logs, see our previous post: **[A simpler way to deploy your code to Azure App Service for Linux](https://azure.github.io/AppService/2026/04/06/quickdeploy.html)**.
Binary file added media/2026/07/quick-deploy-portal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading