0% found this document useful (0 votes)
9 views

Azure Notes

To use PowerShell with Azure, ensure you have PowerShell version 5.1 and .NET version 4.7.1 installed. When creating a VM, multiple resources are grouped within a resource group, which serves as a container for all related resources. This resource group can be deleted when decommissioning the server.

Uploaded by

Liju K Oommen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Azure Notes

To use PowerShell with Azure, ensure you have PowerShell version 5.1 and .NET version 4.7.1 installed. When creating a VM, multiple resources are grouped within a resource group, which serves as a container for all related resources. This resource group can be deleted when decommissioning the server.

Uploaded by

Liju K Oommen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

My Azure Notes

Incase if you want to use PowerShell with Azure it should satisfy the following
criteria's.

a.) Powershell version should be 5.1

b.) Should have dotnet software with version 4.7.1

install-module-Name

When you create a VM along with there are multiple resources created alongwith.All
this will be groued inside
what we call resource group.Its a container which c ontains all resources in one
place.This can be deleted
altogether wdhen we decommission the server

You might also like