Skip to content

Why is 'Publish-AzWebApp' recorded as 'OneDeploy' on Dedicated (App Service) plan? #28115

@ecormaksin

Description

@ecormaksin

Description

According to Cmdlet reference, 'Publish-AzWebApp' cmdlet deploys an app using zipdeploy.

And, according to Microsoft Learn, One deploy is the only deployment technology supported for apps on a Flex Consumption plan.

I use Dedicated (App Service) plan.

However, when I deploy an app using Publish-AzWebApp, Deployments REST API (https://{app_name}.scm.azurewebsites.net/api/deployments) shows OneDeploy at 'deployer'.

In the past, when I deployed the same app using Publish-AzWebApp, Deployments REST API showed Push-Deployer at 'deployer'.
I'm sure of this because I've got the screen capture.

Why is zipdeploy using 'Publish-AzWebApp' recorded as 'OneDeploy' on Dedicated (App Service) plan?

Script or Debug output

Environment data

Name                           Value
----                           -----
PSVersion                      7.5.2
PSEdition                      Core
GitCommitId                    7.5.2
OS                             Microsoft Windows 10.0.26100
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Module versions

ModuleType Version    PreRelease Name                                ExportedCommands
---------- -------    ---------- ----                                ----------------
Script     5.1.1                 Az.Accounts                         {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault…}
Script     3.4.1                 Az.Websites                         {Add-AzWebAppAccessRestrictionRule, Add-AzWebAppTrafficRouting, Edit-AzWebAppBa

Error output

Metadata

Metadata

Assignees

No one assigned

    Labels

    customer-reportedneeds-triageThis is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions