You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Azure portal, in Azure Function deployment center , instead of having the image as the one specified, let's say "image", it is "/image". Therefore the function does not work because there is an error in image pulling.
Expected Behaviour
Having let's say "image" in Image field of Deployment center
Actual Behaviour
We have let's say "/image" in Image field of Deployment center. Therefore the function does not work because there is an error in image pulling.
Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Actually, it seems that for the argument "registry_url", it works now by adding **https://**XXX.azurecr.io instead of only XXX.azurecr.io (as it used to work before)
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.7
AzureRM Provider Version
3.42.0
Affected Resource(s)/Data Source(s)
azurerm_linux_function_app
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Having let's say "image" in Image field of Deployment center
Actual Behaviour
We have let's say "/image" in Image field of Deployment center. Therefore the function does not work because there is an error in image pulling.
Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: