Showing posts with label Az-305. Show all posts
Showing posts with label Az-305. Show all posts

Monday, July 3, 2023

How to download/export Azure Active Directory Users and groups.

As an Azure Administrator you may have to download Users list or Groups in your Azure Active Directory. In this article let us see how to export AAD users amd groups to csv and downlaod them.


Friday, June 30, 2023

Azure Resource ID

In this article let us understand what is Azure Resource ID and where do we find it.

All the resources in Azure i.e., Azure Resource Manager Resources are assinged with an identifer called as ResourceID. You can carryout operations by using the Resourceid as well.

Tuesday, April 25, 2023

How to Activate Azure Active Directory Premium P2 Trail Licenses.

Azure Active Directory (AAD) comes with free license, which means only basic feature of AAD are available. Based on the licenses you have the features available will differ. Organizations that require features like PIM (Previlaged Identity Management), SSPR (Self Service Password Rest), MFA (Multifactor Authentication) with OTP on Authenticator App, SMS, Dynamic Groups, etc will go with Premium licenses (P1 or P2).












Monday, December 5, 2022

What is Azure Active Directory

Before we get into understanding of Azure Active Directory (AAD), let us understand what is an Identity.

What is an identity?
An identity is an Object mostly userid with a password that is used for authentication / authorization.

What is Azure Active Directory?
Azure Active Directory (Azure AD) is a cloud-based identity and access management service. This service helps your employees access external resources, such as Microsoft 365, the Azure portal, and thousands of other SaaS applications.

Why do we need identities on Azure i.e., AAD?
Azure AD or Identies on azure are needed for
1)login to portal==>>portal.azure.com 
2)Get access to azure resources (RBAC) 
3)Get access to SaaS (Software as a Service) Applications.

Monday, November 28, 2022

Virtual Network Peering

Vnet peering enable communication between vnets, with in the same region, different regions, different subscriptions and ofcourse different Tenants. 

Vnets will helps with isolation which means resources accross vents will not communicate with each other, hence the need of Peering. 

Peering between the Vnets in the same Region is called Regional Vnet Peering
Peering between the Vnets in the different Regions is called Global Vnet Peering.

Vnet Peering traffic will go through private network of azure, which give you below advantages.
    *Secure
    *Reliability
    *Better performance

Peering should always two ways, If you create onway peering, two way communication will not work.
If you want allow traffic one way the other way to be bloked do it by Network Security Groups (NSG).

Here is the video which help you with the configuration of both Regional and Global Vnet Peering.