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

Enabling CD for custom Docker images with Azure CLI command does not create a webhook on relevant ACR #34240

Closed
yokawasa opened this issue Jun 29, 2019 — with docs.microsoft.com · 6 comments

Comments

Copy link

As introduced in this page, I have executed the following command to enable continuous deployment for custom Docker images. However, a webhook on relevant ACR wasn't created.

az webapp deployment container config -n sname -g rgname -e true

Executing the command above should created a webhook on relevant ACR for achieving continuous deployment just as enabling CD with ACR in Azure Portal (see the azure docs page: Continuous deployment with Web App for Containers)


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@AjayKumar-MSFT
Copy link
Contributor

@yokawasa, Thanks for the question! Could you please share a screenshot of the issue after concealing any private details? In the interim, Just to clarify, kindly ensure that you're looking at the right page/blade, if you haven't tried this already, you may refresh the Azure Portal and then check to see if that helps.

@ahmedelnably
Copy link
Contributor

@btardif, I no longer work on that area

@yokawasa
Copy link
Author

@AjayKumar-MSFT
Here is a screenshot of the issue where I tried 2 senarios - enabling CD in Azure Portal & with Azure CLI command. Please let me know if you need further info

Screen Shot 2019-06-30 at 9 32 24

@AjayKumar-MSFT
Copy link
Contributor

@yokawasa, Thanks for providing additional details. Just to highlight, you should execute the following for the configuration.

az webapp config container set -n sname1 -g rgname -c <container name> -r <server url> -u <username> -p <password>

image

I have tried the same cmds and I understand what you're seeing. I'm checking on this internally and will get back to you soon.

@panchagnula
Copy link

We are tracking this work via the CLI github issue here. Currently we do need to run the config command as pointed out above after create.

Azure/azure-cli#7261

@AjayKumar-MSFT
Copy link
Contributor

@yokawasa, As Panchagnula mentioned, the issue is being tracked on the GitHub Azure-CLI repo, we will update that thread once we finish the work, so requesting you to keep a watch on that. We will close this issue out for now. Thanks again for raising this issue and sharing your valuable feedback, it's highly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants