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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Description
Storage Account Mounts in the Azure App Service can be pinned to Slots ("Deployment Slot Setting" Checkbox in the Azure Portal)
Currently this is not supported by the linux_web_app Resource and changes in the Azure Portal are completly ignored.
App Settings and Connection String can be pinned to Slots. to do that, their Name have to be added to the "sticky_settings" Block. this settings could be expanded to support the Storage Mounts
Is there an existing issue for this?
Community Note
Description
Storage Account Mounts in the Azure App Service can be pinned to Slots ("Deployment Slot Setting" Checkbox in the Azure Portal)
Currently this is not supported by the linux_web_app Resource and changes in the Azure Portal are completly ignored.
App Settings and Connection String can be pinned to Slots. to do that, their Name have to be added to the "sticky_settings" Block. this settings could be expanded to support the Storage Mounts
New or Affected Resource(s)/Data Source(s)
linux_web_app
Potential Terraform Configuration
References
https://learn.microsoft.com/en-us/azure/app-service/configure-connect-to-azure-storage?tabs=basic%2Cportal&pivots=container-linux#mount-storage-to-linux-container
The text was updated successfully, but these errors were encountered: