www.2azure.nl
Open in
urlscan Pro
2a06:2ec0:1::136
Public Scan
Submitted URL: http://2azure.nl/
Effective URL: https://www.2azure.nl/
Submission: On March 05 via api from US — Scanned from NL
Effective URL: https://www.2azure.nl/
Submission: On March 05 via api from US — Scanned from NL
Form analysis
2 forms found in the DOMGET https://www.2azure.nl
<form method="get" id="searchform" class="search-form" action="https://www.2azure.nl" _lpchecked="1">
<fieldset>
<input type="text" name="s" id="s" value="Search this site..." onblur="if (this.value == '') {this.value = 'Search this site...';}" onfocus="if (this.value == 'Search this site...') {this.value = '';}">
<input type="submit" value="Search">
</fieldset>
</form>
POST https://www.2azure.nl/?na=s
<form method="post" action="https://www.2azure.nl/?na=s">
<input type="hidden" name="nr" value="widget"><input type="hidden" name="nlang" value="">
<div class="tnp-field tnp-field-firstname"><label for="tnp-1">First name or full name</label>
<input class="tnp-name" type="text" name="nn" id="tnp-1" value="">
</div>
<div class="tnp-field tnp-field-email"><label for="tnp-2">Email</label>
<input class="tnp-email" type="email" name="ne" id="tnp-2" value="" required="">
</div>
<div class="tnp-field tnp-privacy-field"><label><input type="checkbox" name="ny" required="" class="tnp-privacy"> By continuing, you accept the privacy policy</label></div>
<div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe">
</div>
</form>
Text Content
Skip to content Menu 2 Azure * Home * About me * Contact * Manuals * Active Directory * Azure AD * Azure AD Domain Services * Azure Application Gateway * Azure Automation * Azure File share / sync * Azure Lighthouse * Azure Security * Azure SQL * Exchange Online * Intune * Microsoft Endpoint Manager * Office 365 * SharePoint * Teams * Newsletter * Donate 2 Azure by Cor den Boer GET STARTED WITH AZURE FUNCTIONS (MANUAL) January 22, 2023 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... HOW TO REGISTER AZURE B2C TENANT IN THE AZURE API MANAGENT (MANUAL) December 13, 2022 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... HOW TO SOLVE IN AZURE: THE SUBSCRIPTION IS NOT REGISTERED TO USE NAMESPACE ‘XXXXXX’ December 9, 2022 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... HOW TO CREATE AN APPLOCKER POLICY (MANUAL) December 2, 2022 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... IP GROUPS IN AZURE FIREWALL November 18, 2022 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... HOW TO DEPLOY FONTS TO WINDOWS CLIENTS USING INTUNE. (MANUAL) November 3, 2022 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... RESTRICT AZURE APP PERMISSIONS TO SPECIFIC MAILBOXES ONLY October 2, 2022 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... HOW TO SETUP AZURE AD ENTERPRISE APP WITH PASSWORD SIGN-ON September 21, 2022 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... DEPLOY AZURE VIRTUAL WAN WITH VIRTUAL HUB (MANUAL) June 28, 2022 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:... AZURE VM CANNOT CONNECT TO RDP (NLA, MANUAL) June 9, 2022 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),... CSP: GRANULAR DELEGATED ADMIN PRIVILEGES (GDAP) EXPLAINED April 6, 2022 Microsoft has been working on improving security. In the last few years every CSP customer has had the request to grant Delegated Admin Privileges (DAP) at least once. Without it is hard for the CSP Partner to grant and assign licenses, however not impossible. Of course it is convenient... BRING YOUR OWN IP (BYOIP) TO AZURE WITH CUSTOM IP PREFIX April 1, 2022 When you want to move to Azure, but you want to retain your current public IP addresses, because of IP whitelisting, or te preserve your established IP reputation, you can now move your Public IPv4 Addresses to Azure. Once onboarded, these IPs can be associated with Azure resources, interact... AZURE AD CONNECT EXPORT AND IMPORT CONFIGURATION March 28, 2022 Today I had to fix an AD Connect server that stopped working over the weekend. Unfortunately there was now way of fixing AD Connect sync and we had to reinstall AD Connect. However I didn’t want to lose the configuration that was made in the past. Since the end... AUTOMATICALLY ASSIGN LICENSE(S) TO GROUPS IN OFFICE 365 (MANUAL) March 10, 2022 When you want to align license assignments in Office 365 it might be helpful to automatically assign licenses to users by adding them to groups. This way you can make sure that everybody gets the right license and avoid mistakes. The problem with medium or large companies is that... HOW TO MOVE RESOURCES TO ANOTHER SUBSCRIPTION OR RESOURCE GROUP IN AZURE? March 4, 2022 In this manual I am going to show you how to move resources to a different subscription, region and/or resource group in Azure. For today I am going to use the Azure portal, but you can use Azure PowerShell, Azure CLI or the REST API as well to move... HOW TO SETUP AZURE PRIVILIGED IDENTITY MANAGEMENT (PIM) – MANUAL February 28, 2022 Privileged Identity Management is a service in Azure that enables you to manage, control, and monitor access to important resources in your organization. These resources include resources in Azure AD, Microsoft 365 or Microsoft Intune. Why should you use it? Organizations want to minimize the number of people who... SETUP A GOOD PASSWORD POLICY IN AZURE AD February 23, 2022 A good password policy is the first step on securing your environment and company data. Without a password policy in place you can be sure that a lot of users will take a password that can be easily guessed and/or brute forced in less than 5 minutes. Default Azure... CONTINUOUS ACCESS EVALUATION (CAE) IN AZURE AD (GA) February 18, 2022 Microsoft has just announced (January 2022) the General Availability of Continuous Access Evaluation as part of the Azure AD Zero Trust management portfolio. What is Continuous Access Evaluation? In short: continuous access evaluation allows for a quicker response by forcing an access token refresh in case of a certain... CHANGE OFFICE 365 & SHAREPOINT DEFAULT DOMAIN NAME (MANUAL) February 13, 2022 When a company changes it name, it would be nice if the SharePoint url can be changed to reflect the new company name. When you first signed up for Microsoft 365 you created an onmicrosoft.com domain. Even if you add custom domains, this domain will be used for SharePoint... AZURE ADMINISTRATIVE UNIT, WHAT IS IT? AND HOW TO USE IT! February 7, 2022 Remember the good old days with Active Directory Organizational Units? We where missing this in Azure AD, but it has finally arrived in Azure AD. Especially in bigger organizations you want to divide the organization in different units. Within each administrative unit you can delegate permissions to administrators of... POSTS NAVIGATION 1 2 3 … 7 SUBSCRIBE! First name or full name Email By continuing, you accept the privacy policy RECENT POSTS * Get started with Azure Functions (Manual) * How to register Azure B2C tenant in the Azure API Managent (Manual) * How to solve in Azure: The subscription is not registered to use namespace ‘xxxxxx’ * How to create an applocker policy (Manual) * IP Groups in Azure Firewall ADVERTISEMENT RECENT COMMENTS * Tom on Disable Windows Firewall on a virtual machine from the Azure Portal * Remon on How to deploy fonts to Windows clients using Intune. (Manual) * Everton on Use PRTG to monitor Azure Backup status (updated 07-2022) * Everton on Use PRTG to monitor Azure Backup status (updated 07-2022) * Cor den Boer on Go Azure AD joined with on-prem DC and fileserver! ARCHIVES * January 2023 * December 2022 * November 2022 * October 2022 * September 2022 * June 2022 * April 2022 * March 2022 * February 2022 * December 2021 * November 2021 * October 2021 * September 2021 * July 2021 * June 2021 * October 2020 * September 2020 * July 2020 * June 2020 * March 2020 * February 2020 * January 2020 * December 2019 * November 2019 * October 2019 * September 2019 * August 2019 * July 2019 * June 2019 * May 2019 * April 2019 * March 2019 * February 2019 * January 2019 CATEGORIES * Active Directory * AD Connect * ADFS * Advanced Threat Protection * Automation * Autopilot * Azure * Azure Active Directory * Azure Active Directory Domain Services * Azure Application Gateway * Azure File Sync * Azure Firewall * Azure Functions * Azure Light House * Azure Service Recovery Vault * DevOps * EM+S * Exchange * IaaS * Intune * Manuals * MFA * Microsoft Endpoint Manager * Monitoring * Office 365 * OneDrive * Password * PowerShell * Secure Score * Security * SharePoint * SQL * Storage * Subscription * Teams * Uncategorized * VWAN META * Log in * Entries feed * Comments feed * WordPress.org © 2023 2 Azure | Powered by WordPress & Customizable Blogily