Home

Azure – Route Tables – How To Force Traffic Down A Specific Route

"Create a route table when you need to override Azure's default routing." Why? To force internet traffic via the on-prem network Route via a NGFW (Next Generation Fire Wall) Scenario…

Read More

Azure – Content Trust in ACR and Roles

Security and Authentication method – Content Trust You need a container registry to start with Content trust in Azure Container Registry "Azure Container Registry implements Docker's content trust model, enabling…

Read More

Azure – Creating Key Vaults

Azure Key Vault – Best Practices Key Vault – A cloud service to store passwords, certificates, keys etc. Make sure its very secure. Tips – Use Multiple Vaults to separate…

Read More

Azure – Create Kubernetes Cluster with ACR Integration

How to create a Kubernetes Cluster with ACR Integration and Service Principal Authentication. Create Kubernetes Cluster, Select the Kubernetes Services Blade> Cloud Shell You will be prompted for storage if…

Read More

Azure – Monitor / Alerts – Create Action Group to Notify Admin/User by SMS & Email

Setting up Alerts in Azure Monitor. How to create an action group configured with notifications via SMS and Email, actions and tags . Monitor Blade, Alerts > Manage Actions >…

Read More

Azure – Security Center and Pricing

In the Azure portal, select the Security Center blade. After you have activated the Security Center, start with the guide "Getting Started". You have the option to start installing agents…

Read More

Azure Conditional Access Policies – Greyed Out

Problem : Azure Conditional Access + "New policy" is greyed out. Reason : To use Azure Conditional Access Policies, you require "Azure AD Premium" Solution : License and Setup Azure…

Read More

Azure – Configure Web App and Licenses

Deploying a web application and the difference between an F1 Dev/Test Free license and a B1 Dev/Test/ Production license features Reference material https://docs.microsoft.com/en-us/azure/app-service/app-service-web-configure-tls-mutual-auth https://azure.microsoft.com/en-us/updates/app-service-and-functions-hosted-apps-can-now-update-tls-versions/ Prep – Lab Resource Group Start…

Read More