CLI does not support way to create Managed Identity for Logic App (Standard) #30136
Labels
Auto-Assign
Auto assign by bot
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Logic App
az logic
Service Attention
This issue is responsible by Azure service team.
Similar-Issue
Related command
The following command allows me to create a Logic App (Standard), but after doing so, I have no way to enable Managed Identity without navigating to the resource in the Azure Portal. I am seeking a way to enable Managed Identity for a Logic App (Standard)
az logicapp create -g myRG --subscription mySubscription -p MyPlan -n myLogicApp -s myStorageAccount
Is your feature request related to a problem? Please describe.
I am attempting to automate the creation of my solution using Azure CLI, but am finding myself unable due to lack of support for Managed Identities for Logic App (Standard). A solution exists for Consumption Based Logic Apps, but not Logic App (Standard).
Describe the solution you'd like
I would like a command such as:
az logicapp identity assign -name MyLogicAppStandard --resource-group MyResourceGroup which enables ManagedIdentity. This would be similar to the Azure FunctionApp equivalent: https://learn.microsoft.com/en-us/cli/azure/functionapp/identity?view=azure-cli-latest#az-functionapp-identity-assign
Describe alternatives you've considered
I have thoroughly explored the possibility to use https://learn.microsoft.com/en-us/cli/azure/logic/workflow/identity?view=azure-cli-latest#az-logic-workflow-identity-assign which came from #15586. This is an Extension which only supports Consumption Logic Apps and does not work for my purpose. My only option has been to manually configure the Managed Identity using the Azure Portal.
Additional context
The text was updated successfully, but these errors were encountered: