Archives for Azure - Page 5
Azure stack web roles , worker roles
Web roles are Windows Server VMs with IIS enabled Worker roles are Windows Server VMs with IIS disabled (and you could manually enable it) VM roles are Windows Server 2008…
Azure Push Notifications (to IOS devices)
Generate the certificate signing request file Request your app for push notifications Create a provisioning profile for the app Configure your notification hub for iOS push notifications Connect your iOS…
DMZ Subnet Azure
#create-a-vnet
Reservations in Azure–Changing on the fly
Q 1. Can I change from on-demand to RIs on the fly? A) Yes - you can switch from on-demand to Reservations on the ; Azure Portal >> Navigate to…
Azure – VPN Gateway Setup – Virtual Network Gateway
There are three constructs that are needed to setup an Azure VPN Tunnel. These are VPN Gateway (a type of a VNG), a Local Gateway and a Connection. Virtual network…
Subnet structure in Azure
For your on premises connectivity, define a Gateway Subnet For your internet connectivity, define a DMZ subnet
MFA for multiple users in Azure (without having individual users assigned MFA)
MFA policies can be enforced at the tenant, app, or individual guest user level, the same way that they are enabled for members of your own organization. An admin…
Azure Quickstart
Azure CLI, Azure Powershell, CloudShell Azure CLI and the PowerShell package use the REST API of Azure. Azure CloudShell – Browser based cmd line Why Use VNETs? (for hybrid use…
Azure classic vs Azure Portal
URLs Classic – Current – However, unless you are an admin user (or co-admin user), you will not be able to login to the classic portal. Regular RBAC role (contributor,…
Azure Pass Through Authentication AD
When requesting access to Azure resources, you can leverage your own corporate AD credentials. To make this work, you have to setup pass through authentication (or full sync, which is…