Azure / azure-functions-on-container-apps

Docs , samples and issues for Azure Functions on Azure Container Apps
MIT License
74 stars 18 forks source link

azurefunctionstest.azurecr.io/azure-functions/dotnet7-quickstart-demo:1.0 tag does not exist #55

Closed eduards-vavere closed 6 months ago

eduards-vavere commented 6 months ago

In example docs mentioned to use: azurefunctionstest.azurecr.io/azure-functions/dotnet7-quickstart-demo:1.0

But error: Error response from daemon: manifest for azurefunctionstest.azurecr.io/azure-functions/dotnet7-quickstart-demo:1.0 not found: manifest unknown: manifest tagged by "1.0" is not found

vivekjilla commented 6 months ago

Hi @eduards-vavere thanks for reporting this. Please use the image mcr.microsoft.com/azure-functions/dotnet8-quickstart-demo:1.0 instead. Can you please let us know the example docs you're referring to. We have updated the Readme in this repo with correct reference now.

eduards-vavere commented 6 months ago

Works now. Thanks. Yes, it was in readme. Closing.