Failing to create an Azure function using MS Azure Learn Sandbox

EduardoRodrigoRomero 1 Reputation point
2020-08-06T13:24:18.907+00:00

After my Azure Function app was validated the deployment failed using Germany West as location with following error:

{
  "code": "DeploymentFailed",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
  "details": [
    {
      "code": "NotFound",
      "message": "{\r\n  \"code\": \"NotFound\",\r\n  \"message\": \"Not Found\",\r\n  \"innererror\": {\r\n    \"diagnosticcontext\": \"13da9fe9-2c69-4643-8d4e-8c0892dd426b\",\r\n    \"time\": \"2020-08-06T13:17:49.3562542Z\"\r\n  }\r\n}"
    }
  ]
}
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Klaus Bilger 1 Reputation point
    2020-08-06T13:32:55.567+00:00

    hi

    you are sure that your commandline is right? did you doublecheck the path ?

    | Please Mark This As Answer if it solved your issue |
    | Please Vote This As Helpful if it helps to solve your issue |
    | Disclaimer: This posting is provided with no warranties and confers no rights. |
    | 48° 0' 22.723" N 11° 40' 59.336" E |

    Klaus

    0 comments No comments

  2. MayankBargali-MSFT 69,941 Reputation points
    2020-08-06T15:26:29.937+00:00

    Hi @EduardoRodrigoRomero

    I have looked into the logs and I can see 404 error for your resource group 'learn-xxxx69cb' component 'my-xxxxx-trigger' .
    I can see only two component under this resource group and none of which is matching the above name that you have provided.

    Please verify if you are passing the correct name in the component. If you are still facing the issue please send an email with subject line “Attn:Mayank” to AzCommunity[at]Microsoft[dot]com referencing this thread along with the details how you are deploying the resource.

    0 comments No comments