Understanding the data archiving options – Developing Business Continuity
Many organizations have a requirement to hold some data for longer periods of time. This may be for compliance reasons or simply for long-term record retention. Although backup solutions do offer long-term retention options, for archival purposes Azure Storage offers a specific archiving tier. We covered the storage tiers in Chapter 9, Exploring Storage Solutions, …
Understanding the data archiving options – Developing Business ContinuityRead More
Understanding Cosmos DB backups – Developing Business Continuity
Azure Cosmos DB, as a managed service, also manages your backups, and by default provides a default level of frequency and retention. Backups are managed through the Backup & Restore view of your Cosmos DB and are configured for the entire account. The options are relatively straightforward, as we can see in the following screenshot: …
Understanding Cosmos DB backups – Developing Business ContinuityRead More
Understanding recovery plans – Developing Business Continuity
Using recovery plans allows you to have far greater control over what is failed over and when. Using this mechanism, you can have more direct control over the timing of failovers for individual services. Typically, you would group applications into a recovery plan; for example, if you have a web application consisting of a VM …
Understanding recovery plans – Developing Business ContinuityRead More
Planning for Site Recovery – Developing Business Continuity
Business-critical applications may have different backup and recovery requirements to servers that don’t change often or store data. For applications that need to be recovered quickly, or that need to be backed up every few minutes or hours, Recovery Services values also provide a tool called Azure Site Recovery. Both Azure Backup and Azure Site …
Planning for Site Recovery – Developing Business ContinuityRead More
Using cost management and reporting – Designing for Logging and Monitoring
Using a cloud platform such as Azure provides great flexibility in costs; that is, you only pay for exactly what you need. However, with such a flexible pricing model, costs could easily spiral out of control, resulting in bill shock. Luckily, Azure provides you with a number of tools to help keep an eye on …
Using cost management and reporting – Designing for Logging and MonitoringRead More
Azure Sentinel – Designing for Logging and Monitoring
Azure Sentinel brings together all your logs from all sources, via the Log Analytics workspace, to correlate and search for threats. Sentinel uses connectors to integrate with Microsoft 365, Active Directory, and many third-party vendors such as Cisco, Carbon Black, and F5 networks. By combining information from many different sources, an attack can be tracked …
Azure Sentinel – Designing for Logging and MonitoringRead More
Understanding security and compliance – Designing for Logging and Monitoring
Security and compliance are important factors in all organizations. As we move our solutions to the cloud, we need to ensure that the resources we build do not expose data to the public network. In addition, many organizations define governance policies that must be adhered to; sometimes these are aligned to regulatory compliance, and sometimes …
Understanding security and compliance – Designing for Logging and MonitoringRead More
Azure Metrics – Designing for Logging and Monitoring
At the start of the chapter, we said that metrics describe an aspect of a system at a particular point in time and are displayed in numerical values. Typical examples include CPU utilization, disk reads and writes, network usage, and storage capacity or usage. As each service in Azure performs different tasks, the metrics we …
Azure Metrics – Designing for Logging and MonitoringRead More
Understanding deployment options – Designing for Logging and Monitoring
By default, only Azure activity logs and platform metrics are enabled. Sending those logs to a Log Analytics workspace or enabling VM agents must be explicitly done. The VM agents are installed when you activate specific tools, such as VM insights, enabling guest-level monitoring, or enabling Logs in the Azure portal. As we see in …
Understanding deployment options – Designing for Logging and MonitoringRead More
VM logging and monitoring – Designing for Logging and Monitoring
Because VMs generate logs as part of the operating system – Windows event logs for Windows servers and syslogs for Linux servers – Microsoft provides agents that must be installed on the VMs. There are four different agents that can be installed on VMs, and each either collects different logs or can send them to …
VM logging and monitoring – Designing for Logging and MonitoringRead More