CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 21:56:36 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"6d3e9cb6eba5099e194525429747ccdd"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=FMcC7X3li81eSgyd7vI2cEM8EOsd%2BYYlm7eioWmhE7nHbp8Q2z7qbL0RFskpYOCDOzkzy1na%2Fa%2BlR5lBGvPzkcDH%2BKJoznDzv4Ad1NYc2yjKSdgI3rInSu4SUv%2FPtVS6W1WAih3kcKTJaSDweouB52J18JY0Wc0zH8m5dj5vRt7d6o9%2BfC3lZMKC1H8CXTKbXENetg1%2Be2qX5CPfH6vpFB5fA%2BOZMS5Y%2FvP0%2Ftxe1vixv2TrGa20YraBNxzX%2F4JsPBEd8x0SxvQ2nAZpnXRHRQ%3D%3D--nV8Er%2F%2FlutIO5lME--GEfn%2BJCfCcNyhAGmULASqg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.572728286.1753653395; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 21:56:35 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 21:56:35 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9580:1369AB:11E733D:178515B:6886A093
Azure Web App: Deploy · microsoft/azure-maven-plugins Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 153
Azure Web App: Deploy
Andy Xu(devdiv) edited this page Jul 12, 2021
·
3 revisions
-
Deploy artifacts or docker container image to an Azure Web App based on your configuration.
If the specified Web App does not exist, it will be created. -
Configuration: Common configurations of all Maven Plugins for Azure can be found here.
Property Required Description Version <resourceGroup>
true Azure Resource Group for your Web App. 0.1.0+ <appName>
true The name of your Web App. 0.1.0+ <region>
false Specifies the region where your Web App will be hosted; the default value is westeurope. All valid regions at Supported Regions section. 0.1.0+ <pricingTier>
false The pricing tier for your Web App. The default value is P1V2. 0.1.0+ <deploymentSlot>
false The deployment slot to deploy your application. You could find detail samples for deployment slot at here. 1.3.0+ <appServicePlanResourceGroup>
false The resource group of the existing App Service Plan. If not specified, the value defined in <resourceGroup>
will be used by default.1.0.0+ <appServicePlanName>
false The name of the existing App Service Plan. 1.0.0+ <appSettings>
false Specifies the application settings for your Web App. You could find detail samples for appsettings at here. 0.1.0+ <stopAppDuringDeployment>
false To stop the target Web App or not during deployment. This will prevent deployment failure caused by IIS locking files. 0.1.4+ <runtime>
true The runtime environment configuration, you could see the detail here. 0.1.0+ <deployment>
true The deployment configuration, you could see the details here. 0.1.0+ -
Supported
<os>
values are Linux, Windows and Docker.The runtime settings of v2 configuration could be omitted if users specify an existing Web App in the configuration and just want to do the deployment directly.
<configuration> <runtime> <os>Linux</os> <javaVersion>Java 8</javaVersion> <webContainer>Java SE</webContainer> </runtime> </configuration>
<configuration> <runtime> <os>Docker</os> <!-- only image is required --> <image>[hub-user/]repo-name[:tag]</image> <serverId></serverId> <registryUrl></registryUrl> </runtime> </configuration>
-
Configure the resources to deploy to the Web App.
It will use the zip deploy for fast and easy deploy. But if the artifact(s) are war package(s), war deploy will be used. Mix deploying war packages and other kinds of artifacts is not suggested and will cause errors.
<configuration> ... <deployment> <resources> <resource> <directory>${project.basedir}/target</directory> <includes> <include>*.jar</include> </includes> </resource> </resources> </deployment> </configuration>
- Home
- Authentication
- Proxy
- Common Configurations
-
Maven Plugin for Azure Web Apps
- Quickstarts
- Goals
- Configuration Details
- Samples
-
Maven Plugin for Azure Functions
- Quickstarts
- Archetype
- Goals
- Configuration Details
-
Maven Plugin for Azure Spring Apps
- Quickstarts
- Goals
- Configuration Details
- Maven Plugin for Azure Container Apps
- Using in CI/CD
Clone this wiki locally
You can’t perform that action at this time.