Samcogan.com

Azure Container Apps is GA

WEBAzure Container Apps is GA. 2022-05-24. Azure, ACA. Back in November we first heard about Azure Container Apps, the serverless alternative to AKS for running containers in Azure, and I wrote about WTH are Azure Container Apps. If you want an overview of what ACA is and why you might want to use it take a look at that article, as …

Actived: 8 days ago

URL: https://samcogan.com/azure-container-apps-is-ga/

Collecting Prometheus Metrics with Azure Monitor

WEBThis preview allows for the collection of Prometheus metrics in Azure monitor. If you’ve used Azure Kubernetes Service (AKS), you may know you have the option to connect your AKS cluster up to Azure monitor. If you connect your cluster, Azure monitor deploys a collector agent pod. This pod will pull in metrics from your cluster and nodes …

Category:  Health Go Health

Audit Your Azure Resources with Resource Graph

WEBResources. First things first, let’s get a simple overview of what resource we are using the most of in Azure. First off, let’s get a list of resource types, ordered by count: CLI. az graph query -q "summarize count() by type| project resource=type , total=count_ | order by total desc" --output table. PowerShell.

Category:  Health Go Health

Disaster Recovery for Azure VMS with Site Recovery

WEBDisaster recovery is, or should be, a must for for many production applications. Having the ability to recover your application in a separate geographic location should a major incident occur is vital to the continued availability of your service. Microsoft have offered a DR service called Azure Site Recovery (ASR) for some time now, but this …

Category:  Health Go Health

Azure Monitor and Azure Log Analytics

WEBThe primary of this is time to get the data. With Azure Monitor and the new feature of “ Near Real Time Alerts ” it is possible to get an alert for a performance issue less than a minute after it occurs. With Log Analytics, because the data has to be ingested and then queried it can take some time before an alert is triggered.

Category:  Health Go Health

Azure Pre-Emptive Maintenance

WEBSelecting the option to start pre-emptive maintenance takes you to a page that shows you the timescale for the window and what will happen if you do, or do not use the pre-emptive maintenance feature. When your ready, click the “start maintenance” button to begin. This will begin the process of rebooting and moving your VM.

Category:  Health Go Health

WTH is Azure Copilot

WEBAzure Copilot is an AI assistant that combines a Large Language Model (LLM) with the Azure resource model and the data in your subscription. Essentially, it’s an AI that knows about your Azure subscriptions, and so you can ask it questions about your Azure resources. Some areas where it can help include:

Category:  Health Go Health

Azure for the AWS User Part 3: Networking

WEBIn the AWS there are two different mechanisms for securing traffic entering or leaving the VPC - Security Groups which act at the virtual machine level, and ACL’s which act at the subnet level. In Azure, there is only a single mechanism, called a Network Security Group or NSG. NSG’s are applied at either the VM level or the subnet level (or

Category:  Health Go Health