Trying to follow python in container example, error on build image in azure

ChrisMiner-5956 20 Reputation points
2023-11-18T00:21:55.38+00:00

I'm following along in a tutorial:

https://code.visualstudio.com/docs/containers/quickstart-python

When I get to the bit about building an imagine in Azure, things go sideways. Specifically, when I execute the Build Image in Azure command, I get an unexpected failure.

After choosing the subscription I want to use, I'm greeted with the error "No matching resources found."

How can I investigate further?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,249 questions
{count} votes

Accepted answer
  1. Dan Rios 1,990 Reputation points MVP
    2023-11-24T16:17:57.31+00:00

    Yeah so do you have an Azure Container Registry created in that subscription?

    You need to create an ACR in order to publish the image.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.