Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Deploying in azure app service #2041

Closed
HendwanAbozide opened this issue Jun 4, 2020 · 1 comment
Closed

Error in Deploying in azure app service #2041

HendwanAbozide opened this issue Jun 4, 2020 · 1 comment

Comments

@HendwanAbozide
Copy link

Does this occur consistently? Yes
Repro steps:

Action: vscode-docker.registries.deployImageToAzure
Error type: Error
Error Message: Azure App service currently only supports running images from Azure Container Registries with admin enabled

Version: 1.2.1
OS: linux
OS Release: 5.4.0-33-generic
Product: Visual Studio Code
Product Version: 1.45.1
Language: en

Call Stack
getNewSiteConfig extension.bundle.js:310:502904
processTicksAndRejections task_queues.js:85:5
async deployImageToAzure extension.bundle.js:310:502367
async deployImageToAzure extension.bundle.js:1:714685
@bwateratmsft
Copy link
Collaborator

@HendwanAbozide You need to enable admin mode on the ACR you are using as a source. This is what App Service uses to pull images to deploy them. Unfortunately there are no other possible authentication options. See here for more info: #1685 (comment)

@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants