Unable to get AAD authorization token with message: Please run ‘az login’ to setup account

When you are trying to authenticate with Azure container registry using sudo az acr login command, you may receive below error message: linuxusr@dockerhostvm01:~$ sudo az acr login –name acr001Unable to get AAD authorization tokens with message: Please run ‘az login’ to setup account.Unable to get admin user credentials with message: …

Read more

How to configure Azure Site Recovery, perform test failover and invoke disaster recovery failover – Part 2

In the last post How to configure Azure Site Recovery, perform test failover and invoke disaster recovery failover – Part 1 – TechPress i had explained on how you can configure Azure Site Recovery and configured the Virtual network for Test Failover and Failover. When you initiate Test Failover, Site …

Read more

How to configure Azure Site Recovery, perform test failover and invoke disaster recovery failover – Part 1

Site Recovery service is a BCDR (Business continuity and disaster recovery) solution which keeps your azure workload running during outages. You can configure this service to replicate the workloads to secondary site. Secondary site could be referred to as DR site as well. Its a region other than your primary …

Read more

Step-by-Step Implementation of Azure AD Application Proxy

Azure Active Directory’s Application Proxy service provides secure remote access to on-premises web applications. After a single sign-on to Azure AD, users can access both cloud and on-premises applications through an external URL or an internal application portal. For example, Application Proxy can provide remote access and single sign-on to …

Read more