
2 Azure | Your guide 2 Azure!
1000 FOLLOWERS
My name is Cor den Boer. I am a Certified Microsoft Azure Architect and I work as an Technical Lead / Architect at Proxsys in Gorinchem the Netherlands. On a daily basis I am advising businesses to move to a modern way of working in the public clouds, specifically on Azure and office 365. I'dd like to help companies to improve IT to the level where IT is supporting their business.
2 Azure | Your guide 2 Azure!
4d ago
Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs. Instead of worrying about deploying and maintaining servers, the cloud infrastructure provides all the up-to-date resources needed to keep your applications running. As you build your functions, you have the following options and resources available ..read more
2 Azure | Your guide 2 Azure!
1M ago
From within the Azure API Manament portal there is a default authentication option for your API consumers. The better option is to configure a connection with an Azure B2C tenant. This will enable you to enforce MFA and conditional access policies on your API applications. In this manual it might be best to open 2 ..read more
2 Azure | Your guide 2 Azure!
1M ago
Sometimes it happens that if you want to deploy a new type of resource in Azure that you receive the following error: The subscription is not registered to use namespace ‘*********’. See https://aka.ms/rps-not-found for how to register subscriptions. Today I received the above error for the namespace Microsoft.AzureActiveDirectory. And in this manual, I will show ..read more
2 Azure | Your guide 2 Azure!
2M ago
Windows AppLocker is a technology first introduced in Windows 7 that allow you to restrict which programs users can execute based on the program’s attributes. In enterprise environments it is typically configured via Group Policy, however we can leverage the XML it creates to easily build our own custom policies that perform many of the ..read more
2 Azure | Your guide 2 Azure!
2M ago
If you are planning on using Azure Firewall you will definitely need to start using IP Groups. This will make your life so much easier and save you a lot of time in future changes because it will allow you to group and manage IP addresses for Azure Firewall rules. IP groups can be used ..read more
2 Azure | Your guide 2 Azure!
3M ago
Last week I had a customer that wanted to deploy multiple fonts to all his clients. Since there is no default option to deploy fonts to Intune clients, it is time to do some PowerShell magic, in Intune. How to install fonts on your device? If you have new fonts, you will normally copy the ..read more
2 Azure | Your guide 2 Azure!
4M ago
With Microsoft disabling basic Authentication starting October 1st 2022, I see a lot of vendors asking us IT Pro’s to create an Azure App registration with mailbox permissions to read out just a single mailbox. However, by default this Azure App grants permissions to every single mailbox in your Exchange Online environment. How to lock ..read more
2 Azure | Your guide 2 Azure!
4M ago
Some web applications do not support single sign-on authentication. For these applications Microsoft has created an option to save the password in Azure AD. In this manual I am going to explain how to set it up. STEP 1: Create app From within the Azure Portal (https://portal.azure.com) go to Azure Active Directory, and then Enterprise ..read more
2 Azure | Your guide 2 Azure!
7M ago
This is the first blog post about Azure Virtual WAN. In the coming series I will be showing how to deploy en setup Azure Virtual WAN and setup VPN connections (S2S and P2S). In this blog post we start with the first step: Manual 1: Deploy Azure Virtual WAN with Virtual HUB STEP 1: Before ..read more
2 Azure | Your guide 2 Azure!
8M ago
Today I had to restore a virtual machine from a backup from 2 weeks ago. Once booted I received the error message that I was not able to connect because of the following error: The remote computer that you are trying to connect to requires Network Level Authentication (NLA), but your Windows domain controller cannot ..read more