Arnab-Developer / LogicAppHealthCheck

Health check for all logic apps inside a resource group
MIT License
0 stars 0 forks source link

`Az.LogicApp` module not loaded in Azure CloudShell #1

Open Arnab-Developer opened 3 years ago

Arnab-Developer commented 3 years ago

Az.LogicApp module needs to be loaded to execute this script. Sometimes in Azure CloudShell this module not loaded at first and this script give error.

As a workaround please execute any command which loads the Az.LogicApp module implicitly like Get-AzLogicApp. After that execute this script to be successful.

Arnab-Developer commented 2 years ago

The workaround is applicable if you are running the script from local machine.