1. Start/Stop VMs We’re talking about Azure here, so this is the most obvious application to Azure Automation and it can save a lot of money! You can run VMs just during working hours, shutting them down and deallocating at the end of the day, or you can start VMs based on need – when […]
Author: nromyn
Azure makes it simple to spin up many different types of resources, and likewise it is fast and easy to remove resources. This is a great thing for proof-of-concepts, because it allows a really fast test cadence – it is one of the first selling points of the cloud. Instead of waiting for hardware to […]
Cleaning up Azure AD B2B Memberships
I work with a lot of companies, and I also collaborate a fair bit with colleagues on various projects. This frequently means that I need to use my personal or work identity to access someone else’s Azure subscription or data in Office 365. Fortunately, this works quite well with Azure AD B2B. Unfortunately, this tends […]
When I first set up my website, I found that the performance was really not what I was hoping for. It was really slow to load, it didn’t get faster with reloads, and it didn’t seem to matter how much horsepower I threw at the servers involved – it was just slow. I found Google […]
When I initially set up my blog, I had very little idea what I was doing. I’d heard of WordPress and Project Nami, and decided that it would be cool to run a fully PaaS website in Azure. I knew I wanted a performant website – if it’s slow, there’s penalization in SEO. Plus, everyone reads […]
Recently, I spotted this question on Reddit: This is a good question – it indicates that the poster is realizing that the public cloud is a different place than on premises! There’s three things to address: What does the Pets vs Cattle mean? Does the pets vs cattle concept mean you need to change how […]
Way back in May, the Azure team published a bunch of new images based on a 30GB boot disk, instead of the standard 127 GB disk. Why? To save YOU money. In many cases, it’s optimal to run applications from a second disk – SQL data, according to best practice, should run across three (system, […]
tl;dr – don’t bring your own image unless you really have a good use-case and you’ve already modernized configuration management processes. Re-evaluate what is baked into the standard deployment and carefully plan automation. Test thoroughly. When first investigating running applications in Azure, customers often ask me “How do I upload my base image to Azure?” […]
Ignite 2017 Roundup
As the title says – this is my shortlist of the important stuff discussed and announced at Ignite. I hope to follow up on some of these subjects with a deep dive. Unfortunately, this year I wasn’t able to attend Ignite in person, so I didn’t have the opportunity to talk with the Microsoft representatives […]
Ahead of all the big announcements at Ignite, Microsoft has dropped a major announcement: Azure will support Availability Zones. This brings a whole new set of architectural possibilities into play when thinking about cloud migration. First – let’s address what an Availability Zone means. Azure Datacenters are regional – they exist in one (or more) […]