Open
Description
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
Labels
Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that