-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Docker credentials definition on azurerm_linux_web_app #22996
Comments
Thanks @GlarakisTaxyio for raising this issue, the fix is included in the pr:#22484 |
We are still seeing this issue in 3.69.0 of the provider. Sometimes the docker image is pulled successfully but most times it fails with
Any idea on when there will be a fix ? FYI, docker credentials never show up in application settings |
PR#22484 was closed and superseded by PR #23303 which was merged and released as a part of v3.74.0, and should be resolved. If you find that is not the case, please reach out here to reopen. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Terraform Version
1.0.11
AzureRM Provider Version
3.66.0
Affected Resource(s)/Data Source(s)
azurerm_linux_web_app
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
After upgrading AzureRM from v. 2.87.0 to v. 3.66.0, by following the migration guide and adjusting our code to the changes:
Pull the image from the registry using the provided credentials.
(Using only the
NEW Docker Credentials definition
)Actual Behaviour
Unable to pull the image from the registry, the Docker credentials were not visible on the Configuration page in Azure Portal.
According to the documentation
We eventually added back the
OLD Docker Credentials definition
in theapp_settings
and everything works again.Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: