Backup and restore Azure APIM
It is recommended to set up Azure API Management (APIM) backup. Here are some reasons why: Data Protection: Backing up your APIM ensures that you have a copy of your…
Why we should not save passwords in browsers – Cyber security awareness
The internet has become an indispensable aspect of modern life, weaving its significance into every facet of our existence. Its importance stems from its unparalleled ability to connect people, ideas,…
Setting up CORS in Azure APIM policy
You can setup the CORS policy in Azure APIM to allow API requests from frontend apps like Angular, React, etc. Modern browsers refuse connection when there is no Cross-origin resource…
Add Azure DevOps agent IP address to Storage Account firewall using PowerShell and CI/CD pipeline
Securing Azure Storage Account It is recommended to lock down the Azure Storage Account where possible especially when storing sensitive data. You can allow vnet to access the storage account…