Tag: AzurePowerShell

12 posts

1 min read

Creating Network Security Group using PowerShell

Hi folks! Today let’s create the network security group that has a very important role within Microsoft Azure. It works at layer 4, where we can communicate ports…

1 min read

Creating Network Interface using PowerShell

Hey folks, Continuing our series of articles on how to create resources in Azure using PowerShell, let’s talk about creating the network interface using PowerShell, creating the network…

2 min read

Creating Virtual Network using PowerShell

Continuing from the last article, today we are going to create a virtual network to allocate Azure resources and leave it in a secure pattern. In this scope,…

2 min read

How to connect to Azure from PowerShell

Today I will talk about how to use PowerShell. I know that there is already integrated access to the browser directly through the Azure portal, but the idea…