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
### Debug Output/Panic Output
```shell
2022-04-21T05:56:19.959Z ERROR - Pull image threw Exception: Input string was not in a correct format.
2022-04-21T05:56:19.959Z INFO - Pulling image from Docker hub: https://registry.hub.docker.com/username/imagename:latest
2022-04-21T05:56:19.960Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format"}
2022-04-21T05:56:19.961Z WARN - Image pull failed. Defaulting to local copy if present.
2022-04-21T05:56:19.963Z ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository)
2022-04-21T05:56:19.967Z INFO - Stopping site example because it failed during startup.
2022-04-21T05:58:46.398Z INFO - Pulling image: https://registry.hub.docker.com/username/imagename:latest
2022-04-21T05:58:46.400Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format"}
### Expected Behaviour
1. The **Full Image Name and Tag** setting has a value of `username/imagename:latest`
2. The app service successfully pulls the docker image
### Actual Behaviour
1. The **Full Image Name and Tag** setting has a value of `https://username/imagename`
2. The app service is unable to pull the docker image
### Steps to Reproduce
1. `terraform apply`
2. Find the functions app in the Azure Portal
3. Click on **Deployment Center**
a. Inspect the value of the **Full Image Name and Tag** setting
4. Click on **Logs** to view the app service output
### Important Factoids
_No response_
### References
NB: `azurerm_linux_web_app` resources configured with docker work as expected.
The text was updated successfully, but these errors were encountered:
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.1.7
AzureRM Provider Version
~>1.1.7
Affected Resource(s)/Data Source(s)
azurerm_linux_function_app
Terraform Configuration Files
The text was updated successfully, but these errors were encountered: