How to delete a user in Azure Active Directory

How to delete a user in Azure Active Directory

Creating a user in Azure active directory is quite easy and what about if you don’t want that user in your Azure Active Directory anymore and want to delete that user? Here in this Azure article, we will learn the steps to delete a user in Azure Active Directory from Azure Portal and using PowerShell. …

Read more

What is Azure web app?

What is Azure Web App?

In this azure tutorial, we will discuss What is Azure web app?. Apart from this, we will also discuss on the below topics What is Azure web app? Azure Web App provides a hosting service in Azure which developers can use to develop different kinds of mobile applications or web applications.  Azure Web App Tutorial Azure Web App provides a …

Read more

How to enable self-service password reset in Azure AD

How to enable self-service password reset in Azure AD

In this azure tutorial, we will discuss How to enable self-service password reset in Azure AD. Apart from this, we will also discuss the below topics Choose the authentication methods and registration options Configure notifications and customizations for SSPR Azure self-service password reset license Self-service password reset best practices What is password writeback Azure AD? Features Of Password …

Read more

The specified module ‘ActiveDirectory’ was not loaded

The specified module 'ActiveDirectory' was not loaded

In this PowerShell azure tutorial, we will discuss how to fix the error, The specified module ‘ActiveDirectory’ was not loaded that comes while trying to import the ActiveDirectory module using Azure PowerShell cmdlet. The specified module ‘ActiveDirectory’ was not loaded Recently, while working with Azure PowerShell, I was trying to import the Active Directory module, I got the error “The specified module …

Read more

How to create and add members to Azure Active Directory Group

How to create a group and add members using Azure Active Directory

In this azure active directory tutorial, we will discuss How to create a group and add members using Azure Active Directory. Also, we will discuss how to create a group in Azure Active Directory using PowerShell, Create a Security Group in Azure AD (Azure Active Directory), Add members to Azure AD Groups, Azure Add Member To Group, …

Read more

What is the azure active directory and how Azure AD works?

What is Azure Active Directory

In this Azure tutorial, we will discuss What is the azure active directory and how Azure AD works? We will also see what is the difference between an active directory and azure active directory? We will also discuss Azure AD pricing and also will check if we can replace the Active directory with Azure active …

Read more

How to create a user in azure active directory

create user in Azure active directory

In this azure active directory tutorial, we will discuss how to create a user in azure active directory. Apart from this, we will also discuss below things: Create a user (account) in Azure active directory Now, we will see how to create a user in Azure active directory from the Azure portal. We can create …

Read more

The term ‘Get-ADSyncScheduler’ is not recognized

The term 'Get-ADSyncScheduler' is not recognized

In this PowerShell azure tutorial, we will discuss how to fix the error, The term ‘Get-ADSyncScheduler’ is not recognized that I got while trying to check the current state of the synchronization settings for the Azure AD Connect using Azure PowerShell cmdlet. The term ‘Get-ADSyncScheduler’ is not recognized Recently, while trying to check the current state of the sync on-premises …

Read more

response_type ‘id_token’ is not enabled for the application

response_type 'id_token' is not enabled for the application

In this azure tutorial, we will discuss how to fix, response_type ‘id_token’ is not enabled for the application. This error I got after executing the Azure function Code to implement the Azure AD authentication to secure the  Azure function using the Visual Studio 2019. response_type ‘id_token’ is not enabled for the application Recently, I was working with the Azure function …

Read more

How To Secure Azure Function With Azure AD

How to secure Azure Function with Azure AD

In this Azure tutorial, we will discuss How To Secure Azure Function With Azure AD. Along with this, we will also discuss a few other topics like Securing an Azure Function App with Azure AD, Azure Functions Security Best Practices, and along with this we also discussed Azure AD Reply URL. How To Secure Azure Function With …

Read more