How to Create & Configure Key Vaults in Microsoft Azure

Azure Key Vault is a cloud service for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, or cryptographic keys. Azure Key Vault helps solve the following problems: Secrets Management – Azure Key Vault can be used to Securely store and tightly …

How to Create Application Insight in Microsoft Azure

Application Insights, a feature of Azure Monitor is an extensible Application Performance Management (APM) service for developers and DevOps professionals. Use it to monitor live applications. It will automatically detect performance anomalies and includes powerful analytics tools to help you diagnose issues and to understand what users actually do with your app. It monitors: Performance counters from Windows or Linux …

How to Estimate the Costs For Azure Firewall And Products

To calculate the estimate cost of Azure Firewall & products, just go to below link.   https://azure.microsoft.com/en-in/pricing/calculator/   1. Go to search option and search keyword “firewall”.     2. Select “Azure Firewall”. Select “Standard” or “Premium” Tier & Datab Processed as per the requirement. Now we will get estimated cost as shown in below …

How to Create & Configure Backup Vaults in Microsoft Azure

The Azure Backup service provides simple, secure, and cost-effective solutions to back up your data and recover it from the Microsoft Azure cloud. A Backup vault is a storage entity in Azure that houses backup data for certain newer workloads that Azure Backup supports.   Enhanced capabilities to help secure backup data: Azure Backup provides …

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 …