-
Using Microsoft Graph API to interact with Azure AD
Solution ·In my last article, I showed how to authenticate on Azure AD using a user name / password without using the native web flow.
The underlying scenario was to migrate an application using an LDAP server by leveraging an Azure AD tenant.
The logical continuation of that scenario is...
-
Authenticating to Azure AD non-interactively
Solution ·I want to use Azure AD as a user directory but I do not want to use its native web authentication mechanism which requires users to go via an Active Directory page to login (which can be branded and customized to look like my own).
I just...
-
Joining an ARM Linux VM to AAD Domain Services
Solution ·Active Directory is one of the most popular domain controller / LDAP server around.
In Azure we have Azure Active Directory (AAD). Despite the name, AAD isn’t just a multi-tenant AD. It is built for the cloud.
Sometimes though, it is useful to have a traditional domain controller... in the cloud. Typically this is with legacy workloads built to work...
-
Troubleshooting NSGs using Diagnostic Logs
Solution ·I’ve wrote about how to use Network Security Group (NSG) before.
Chances are, once you get a complicated enough set of rules in a NSG, you’ll find yourself with NSGs that do not do what you think they should do.
Troubleshooting NSGs isn’t trivial.
I’ll try to give some guidance here but...
-
Azure SQL Elastic Pool – Moving databases across pools using PowerShell
Solution ·I’ve written a bit about Azure SQL Elastic Pool lately: an overview, about ARM template and about database size.
One of the many great features of Azure SQL Elastic Pool is that like Azure SQL Database (standalone), we can change the eDTU capacity of the pool...