Skip to content

Create Zip Deployment For Static Site Build - Error NotImplemented #22267

Open
@antunesl

Description

@antunesl

I'm trying to call this api Static Sites - Create Zip Deployment For Static Site Build, and building the request with the needed parameters it always gives me an error:

{
  "Code": "NotImplemented",
  "Message": "The requested method is not implemented.",
  "Target": null,
  "Details": [
    {
      "Message": "The requested method is not implemented."
    },
    {
      "Code": "NotImplemented"
    },
    {
      "ErrorEntity": {
        "ExtendedCode": "51009",
        "MessageTemplate": "The requested method is not implemented.",
        "Parameters": [],
        "Code": "NotImplemented",
        "Message": "The requested method is not implemented."
      }
    }
  ],
  "Innererror": null
}

This is the endpoint I'm calling:

With this json payload (is a static generated website, no need for api):

{
  "properties": {
    "appZipUrl": "https://*********.blob.core.windows.net/************_output.zip",
    "deploymentTitle": "Update index.html",
    "provider": "testProvider",
  }
}

The subscription ID, resource group name and static app name are correct, and the url for the zip exists and is accessible.
Can this be related with something on my request payload?

Metadata

Metadata

Assignees

No one assigned

    Labels

    App ServicesService AttentionWorkflow: This issue is responsible by Azure service team.Web Appscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe 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