Move Integration account from BASIC to FREE - Azure portal

Step by step to move integration account from BASIC to FREE 

  1. Installing Azure CLI via the link: https://aka.ms/installazurecliwindows
  2. Open CMD as an Administrator role: Type "az login" and input the user and password to connect to the Azure portal. 
  3. 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

Popular posts from this blog

How to customize electronic reporting in D365

Build HTML and send email in D365 FO with X++

Batch parallelism or multithreading in Dynamics 365 for Finance and Operations

How to Enable/Disable a Form Button with X++

How to create and run the Runbase batch class in D365

How to create and run the Runbase class in D365

Difference between InMemory and TempDB tables in D365 F&O

Customize the standard excel template in D365FO

How to create and run a batch class that extends RunBaseBatch in D365