-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for acr_use_managed_identity_credentials in azurerm_function_app #15905
Comments
It is possible to update the function app by hand: az functionapp update \
--name "test-azure-functions" \
--resource-group "azure-functions-cptest-rg" \
--set "siteConfig.acrUseManagedIdentityCreds=true"
|
It seems that this will be solved in version 3? See #15884 |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Thanks for opening this issue. The azurerm_function_app resource is deprecated in version 3. 0 and will be removed in version 4.0 - so I'd suggest moving to the azurerm_linux_function_app and azurerm_windows_function_app resources instead. |
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. |
Community Note
Description
The resource for Azure Function App
azurerm_function_app
is missing theacr_use_managed_identity_credentials
property insite_config
.It was already added for the
azurerm_app_service
resource in the PR #12745 .New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: