So what’s an App Service Plan anyway?

As we’ve discussed before, Azure App Service is the primary PaaS offering from Microsoft. You simply deploy your application code and voila — your website/API is live.

That means no more setting up your own VM or installing your own OS or even web server.

Well, that’s the general idea, but remember:

There is no Cloud, it’s just someone else’s computer

The goal of PaaS is to alleviate the need for you to worry about lower-level details by moving you one abstraction level higher. At the end of the day, though, your application code must be running on a VM somewhere.

That’s where an App Service Plan comes in.

Continue reading “So what’s an App Service Plan anyway?”

Introducing Azure App Service

A few posts ago, I mentioned that I’ll be introducing you to the Mary-go-round of the Azure Theme Park, namely, Azure App Service.

So, what the heck is Azure App Service anyway?

Well, at first brush, the name of this service is not very forthcoming. Most people won’t immediately guess what an “app service” is, however, it’s actually a lot more familiar than you think.

From web apps to mobile apps, we all know what an “app” is. Well, this is the area of Azure that helps bring your apps to life while keeping you focused on your application instead of worrying about underlying low-level details like the infrastructure, operation system, or even the app hosting platform itself.

Continue reading “Introducing Azure App Service”

The Azure wonderland!

There are a lot of people out there who have taken a plunge into the awesomeness that is Azure, but, there are also a lot of people who haven’t even dipped their toes in yet.

The biggest deterrent for the latter group might be their perception of the vastness of the “Cloud“. It’s this nebulous thing that seems to span everything from web apps to networking, to infrastructure, to security, to analytics, databases, IoT and even BitCoin!!

These are all amazing concepts and buzzwords that you and I surely plan to learn deeply just as soon as we find the time, right??

Right.

While that might all be true, there’s another way to look at all this.

If you think of Azure as Mount Everest and fixate on all the skills you’d have to master and all the monumental preparation that you’d have to do, then yes, you’re going to psych yourself out before you even take a single step.

I’d like you to think of Azure as a Theme Park instead.

Sure, it’s a giant theme park with dozens if not hundred of fun rides, but you don’t have to try more than one at a time. You don’t even have to spend the whole day there. You can just go in, try the Mary Go Round a couple of times, get a feel for the place in the process, and leave right after!

You might remember this fun little trip later and you might as a result be encouraged to find the time to visit again!

That’s the way you gotta think about Azure and the Cloud, and I will gladly be your friendly park guide 🙂

So, what’s the Mary Go Round of Azure? I would say it’s this thing called Azure App Service.

To keep it simple, you can think of Azure App Service as the way Azure allows you to deploy your standard ASP.NET MVC web application or Web API so that it’s accessible online immediately.

It’s really pretty simple to get started with it, and I plan to walk you through your first deployment in an upcoming post, so check back soon!

Stay curious,
MJ

P.S In the meantime, sign up for Azure (if you haven’t already) and get some free credits ($200!) for the journey ahead!