Securing a Web App with SSL is one of the prime security consideration now. Even Web Browsers doesn’t like Web Apps without an SSL either the users. Buying one could cost you though you can use Let’s Encrypt to protect the site without paying. But, managing and generating a certificate with Let’s Encrypt could be…
Tag: Azure
Azure Advent Calendar – When and How to use Azure Firewall?
This blog post is part of Azure Advent Calendar. Check out other awesome blog posts and videos. A huge shout out to Gregor Suttie and Richard Hopper who started this incredible Azure Advent Calendar initiative. Let’s talk about the Azure Firewall and what it can do for you? Securing a network’s perimeter is one of…
Recover deleted Azure Web App
If you have deleted Azure Web App accidentally and looking to recover it, then there is a way to do that. It has been there for quite a long time, so I thought writing a blog on it. This feature is not available on Azure Portal today. Undelete is available for all App Service plans….
Recover deleted data of Azure Storage
Have you thought about recovering deleted Blobs from Azure Storage? Or, have you ever been in a situation where you deleted something accidentally but couldn’t recover the data? Azure Storage Blobs has a feature called Soft Delete which can help you recover deleted data if it enabled on the Azure Storage Account. This feature must…
Add NIC to Azure VM using Azure Portal
In this blog post, I will show you how can you add NIC to Azure VM using Azure Portal. As well as, how can you remove that. Previously It was not possible using Portal but Microsoft has enabled this capability for the Azure Portal as well. Before you add an additional NIC to the VM…
Generate a SAS Token in Azure Storage Account using Azure Portal
In this blog post, I will show you how can you generate a SAS (Shared Access Signature) token in Azure Storage Account using Azure Portal. A shared access signature (SAS) provides you with a way to grant limited access to objects in your storage account to other clients, without exposing your account key. You can…