Azure / azure-functions-on-container-apps

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

Add VNet defaults and subscription to resource update. #61

Closed matheper closed 3 months ago

matheper commented 3 months ago

Hi, Thanks for providing this sample, it's been super helpful! I successfully deployed functions using MI by following the steps here. However, I ran into two issues along the way, and I believe this PR could help resolve them:

  1. The README says VNet flags are set to false by default, but they are not. If you try to deploy without checking the VNet checkboxes you get an InvalidTemplate error.
  2. If you have access to multiple subscriptions and the function is not using the default one, the az resource update fail with and AuthorizationFailed error.
vivekjilla commented 3 months ago

This is great. Thanks @matheper