Something I regularly do, is review security against attacks and remediate if required. This example is a simple SQL injection attack. There is a few things in addition to code…
AZURE – Control Storage Access by Networks
We have a storage account, "StorageV2 (general purpose v2)" and its can be accessed initially from all networks. We now want to restrict the storage access to an approved network…
Azure – Update Management
How to maintain the patch status of your Windows and Linux machines "You can use Update Management in Azure Automation to manage operating system updates for your Windows and Linux…
Azure – Monitoring Alert On Virtual Machine CPU Usage
Create a monitoring alert on virtual machine CPU spike/usage. Prep work you will need a virtual machine to monitor. An action group set to send emails to admins For this…
Azure – Register An Application in AD and Generate App Password
How to guide, in Azure register an application in AD and generate app password In the Azure portal, browse to Azure Active Directory > App Registrations New Registration Enter Application…
Azure – Activity Log
Example of what you can see in an Azure Activity Log Event Initiated by Subscription Operation Status Time
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…
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…
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…
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…