Showing posts with label AZ-103. Show all posts
Showing posts with label AZ-103. Show all posts

Saturday, April 17, 2021

Thursday, April 15, 2021

Assign Custom DNS Servers Azure

In this article let us understand how to assign your organization's DNS servers IPs Addresses to  Azure hosted virtual machines. Before we see that couple of important points.


Friday, February 12, 2021

How to configure Static Private and Public IP Addresses on Azure.

In this post let us have a quick look at how to configure private and public IP addresses as static.


Setting Static Private IP Address:

As we know in Azure it is the network interface card associated with the VMs that get IP addresses, the default dynamic IPs can be changed to static.

As shown in the below image navigate to the networking section of the virtual machine to identify the network interface card(s) associated and move to network interface card settings by selecting the network interface card.


Tuesday, April 28, 2020

AZ-104 Azure VM Disk Addition and Extensions

Below video talks about how to add a new disk to an Azure Windows virtual machine and extension of existing volume by adding additional space to the disk.


Az-104 Azure Virtual Machine Creation



Here is the video which takes you through Windows Virtual Machine creation in Azure 




Monday, April 27, 2020

Azure Networking - Part 4 (Azure Virtual Network Peering)


In this article let us understand Virtual Network Peering (Vnet Peering).

We understood in our earlier articles that there is no communication between Virtual Networks in the same region or different regions/locations. What if there is a requirement to enable communication between Virtual Networks?









Azure provides us with two solutions.

  • Virtual Network Peering
  • VPN Gateway.

Thursday, April 23, 2020

Azure Networking - Part 3 (More on Vnets and Subnets)

We understood about Vnets and Subnets here in part-1 and part-2 , here in this article let us understand few very important settings of Vnets and Subnets.

Virtual Network can have multiple Address Spaces, additional address spaces can be added during or after the creation of Virtual Network by going to Address Space option as shown in the below screenshot. 





Saturday, March 21, 2020

Moving Azure Resources between Resource Groups.


We understood what Azure Resource Groups are in our earlier article here is the link, let see how to move resources between Azure Resource Groups and Subscriptions.



Wednesday, March 4, 2020

Azure Resource Groups



Any entity that you create in Azure is called Resource. As the name says Resource Group is a group of resources of a similar kind. We can relate this to a folder where we keep all the related files and folders. Resource Group is a container of resources that holds a common life cycle.


Resource Group is a logical collection of resources of the same category. Categorization can be based on Location, Central US, South India, Environments like (Dev, Prod..etc) or Business units (Fin, IT, HR, etc) or Applications type ( DB, Web, ..etc).