I know multiple customers with significant free Azure credit that prefer to pay for Google Cloud or AWS over using Azure for anything critical. The management system is a mess - the new portal is nutty and slow. The old one lacks key features and operations are still slow. I can't understate how frustrating and time consuming this is. Maybe I'm using it wrong, but whatever. Using GCP is a blast of fresh air - light,…
If one has free credit for cloud resources, why can't they use the free money to just spin up some resources for non-critical work? Say log processing, run public tests etc.... I know I would if I were running a company and MS comes up to me with this.
Errors from Microsoft's Cloud
51–60 of 60 posts
Re: Errors from Microsoft's Cloud
#52Earlier quoted context omitted.
If one has free credit for cloud resources, why can't they use the free money to just spin up some resources for non-critical work? Say log processing, run public tests etc.... I know I would if I were running a company and MS comes up to me with this.
What if the hassle simply does not outweigh the cost of the flaky VMs? There are several reasons the hassles might not be worthwhile even if the free VM is 100% reliable. Most other VM hosts offer mostly Linux solutions and Linux skill is not always transferable to windows. If your organization has those skills then the wasted time cost might than a familiar VM would have cost.
Re: Errors from Microsoft's Cloud
#53Re: Errors from Microsoft's Cloud
#54Re: Errors from Microsoft's Cloud
#55Re: Errors from Microsoft's Cloud
#56Earlier quoted context omitted.
If one has free credit for cloud resources, why can't they use the free money to just spin up some resources for non-critical work? Say log processing, run public tests etc.... I know I would if I were running a company and MS comes up to me with this.
I've chatted with people who've gone through Microsoft Accelerator, and that's exactly what they're doing.
Re: Errors from Microsoft's Cloud
#57Earlier quoted context omitted.
If one has free credit for cloud resources, why can't they use the free money to just spin up some resources for non-critical work? Say log processing, run public tests etc.... I know I would if I were running a company and MS comes up to me with this.
If you're going to do log processing, it means you've got data to process. And I haven't worked with AWS since 3 years ago, but in general external bandwidth is expensive, which is why you want to keep everything in the same data center where bandwidth is free and where you have no latency.
But, don't the free credit cover the bill incurred from bandwidth as well?
Re: Errors from Microsoft's Cloud
#58Earlier quoted context omitted.
You aren't crazy. I'd recommend testing from your app with a simple speed-of-light test (e.g., SELECT 1;) just in case your queries are slow. Perhaps Azure SQL did the same thing we sadly did with the first version of Cloud SQL: run it in a totally different environment that requires you to go through several hops to reach the actual (MySQL in our case) server. But even then Cloud SQL First Generation was "only" 1ms…
Yeah, that's how I figured out the cause of the problem. Had fixed a load of performance problems on a page, but couldn't get rid of 500ms compared to my laptop and realised it must be query latency and was surprised to see 100 "SELECT 1"s using the same connection consistently took 300-600ms (and it jumps around all the time in that range). The ridiculous thing is that the test server running on S1 has better perfor…
Re: Errors from Microsoft's Cloud
#59Re: Errors from Microsoft's Cloud
#60Yes. This. My own horror story: http://www.rollc.at/tech/azure-no.html