Hello,
What is everyones experience with Azure Powershell i find it very confusing navigating through the objects where as windows server is very straightforward.
Do you guys think this will improve in time?
Hello,
What is everyones experience with Azure Powershell i find it very confusing navigating through the objects where as windows server is very straightforward.
Do you guys think this will improve in time?
I found that the az module is very easy to work with, which module are you using? For example, I can find resource by Name, ResourceId, or by ResourceType Get-AzResource -ResourceType Microsoft.web/sites
pwshliquori