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

Version of az cli should be 2.48.x #16

Closed aminespinoza10 closed 1 year ago

aminespinoza10 commented 1 year ago

In the README section related to prerequisite checks the suggested version of the az cli is 2.4.x or later.

I tried to follow the tutorial by using 2.41.0 and the parameters environment and image are not available yet.

image

Then I upgraded to 2.48.0 and expected parameters are already there.

image

First terminal is CMD and second one is Bash just because I didn't take a screen of the previous version of az cli in Bash when I found the issue.

So I just updated documentation to target a more accurate version of the CLI.

raorugan commented 1 year ago

thanks for raising the PR. AzCLI starting 2.47 would be supported - https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#april-04-2023. I have updated the docs. Hence will close this PR