How to Create Blob service in Azure Storage Account

Azure Blob storage is a service for storing large amounts of unstructured object data, such as text or binary data. You can use Blob storage to expose data publicly to the world, or to store application data privately. Common uses of Blob storage include: Serving images or documents directly to a browser. Storing files for distributed …

How to Create SSH Keys in Microsoft Azure

SSH (Secure Shell) keys are an access credential that is used in the SSH protocol and they are foundational to modern Infrastructure-as-a-Service platforms such as AWS, Google Cloud, and Azure. Essentially, SSH keys are an authentication method used to gain access to an encrypted connection between systems and then ultimately use that connection to manage the remote …

How to Create Azure Cache for Redis in Microsoft Azure

The Azure Redis Cache is a high-performance caching service that provides in-memory data store for faster retrieval of data. It is based on the open-source implementation Redis cache. This ensures low latency and high throughput by reducing the need to perform slow I/O operations. It also provides high availability, scalability, and security.   Login to …

Azure NSG vs Firewall

Azure nsg (network security group)  is to filter network traffic to and from Azure resources in an Azure virtual network. A network security group contains security rules that allow or deny inbound network traffic to or outbound network traffic from, several types of Azure resources whereas Azure Firewall is a managed cloud-based network security service …

How to Create Container Registry on Azure

First login into azure portal click on all services > Container Registry.   Click on Create.   On the Basics tab provide all required details such as resource group & Instance details (Registry name, location & SKU).Click Next on Networking.   Now by default connectivity method is public endpoint(all network). Select SKU basic and by default you will …