Posts

Showing posts from July, 2022

Microsoft Azure Monitoring Day-6 Bootcamp

Image
Azure Monitor alerts for Azure Backup  Azure Backup also provides alerts via Azure Monitor that enables you to have a consistent experience for alert management across different Azure services, including Azure Backup. With Azure Monitor alerts, you can route alerts to any notification channel supported by Azure Monitor, such as email, ITSM, Webhook, Logic App, and so on. Currently, Azure Backup provides two main types of built-in alerts: Security Alerts: For scenarios, such as deletion of backup data, or disabling of soft-delete functionality for vault, security alerts (of severity Sev 0) are fired, and displayed in the Azure portal or consumed via other clients (PowerShell, CLI, and REST API). Security alerts are generated by default and can't be turned off. However, you can control the scenarios for which the notifications (for example, emails) should be fired. For more information on how to configure notifications, see Action rules. Job Failure Alerts : For scenarios, such as

Microsoft Azure Virtual Machine Day-5 Bootcamp

Image
  What is Azure Virtual Machine? Azure VM is a computing service that allows users to host their applications or systems in the cloud on Windows and Linux operating systems. Azure VMs provide users with flexible virtualization without having any upfront investment and maintenance costs in physical infrastructure that runs them. The Azure VM platform allows users to generate their own VMs, flexibly and conveniently work without worrying about their computing environment, increase VM capacity, and choose where they want data to reside. Why Use Azure Virtual Machines? Scalability and Load Balancing Through distributing workloads across various virtual machines, VMs expedite application scaling. Azure Virtual Machines have autoscaling features that simplify and improve scaling to thousands of VMs. And Azure’s  load balancing  capabilities distribute traffic between virtual machines, regardless of whether they are internet-facing or not. Agility The ability to manipulate servers akin to dat

Microsoft Azure Network Traffic Management

Image
Network Traffic Management uses network monitoring tools and management techniques such as  bandwidth monitoring , deep packet inspection ,  and application-based routing to ensure optimal network operation. In doing so it helps  maximize  the performance and security of existing networks. It also allows for the identification of network-intensive operations that can be incorporated into network planning and growth strategies. Network Traffic Management is used alongside other optimization techniques like Application Traffic Management as part of an overall Application Delivery Network solution. Availability Set Availability Set is a logical grouping capability for isolating VM resources from each other when they’re deployed. By deploying your VMs across multiple hardware  nodes  Azure ensures that if hardware or software  failure  happens within Azure, only a sub-set of your virtual machines is impacted and your overall solution is safe and in working condition. It provides redundan

Azure Storage Blob Service Day-3 Bootcamp

Image
1. Introduction to Azure Storage :          The Azure Storage platform is  Microsoft's cloud storage solution for modern data storage scenarios . Azure Storage offers highly available, massively scalable, durable, and secure storage for a variety of data objects in the cloud.   2. Azure Storage data services :        The Azure Storage platform includes the following data services: Azure Blobs : A massively scalable object store for text and binary data. Also includes support for big data analytics through Data Lake Storage Gen2. Azure Files : Managed file shares for cloud or on-premises deployments. Azure Queues: A messaging store for reliable messaging between application components. Azure Tables: A NoSQL store for schemaless storage of structured data. Azure Disks : Block-level storage volumes for Azure VMs. 3. Azure Blob Storage : Azure Blob storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured dat