Move Integration account from BASIC to FREE - Azure portal
Step by step to move integration account from BASIC to FREE
- Installing Azure CLI via the link: https://aka.ms/installazurecliwindows
- Open CMD as an Administrator role: Type "az login" and input the user and password to connect to the Azure portal.
- Run cmd with scripts: az resource update --resource-group AmicisAdaptAllCoreDEV --resource-type Microsoft.Logic/integrationAccounts --name XXXXXXXXXX --subscription XXXXXXXXXX --set sku.name=Free
Note: XXXXXXXXX is the name of IA and subscription ID.
Comments
Post a Comment