Category: Uncategorized

Uncategorized

Static Website Hosting in Azure Storage

Chris Pietschmann's avatarBuild5Nines

Traditional shared hosting providers generally cost anywhere between $8 – $10 USD per month. The reason is you need to reserve some CPU and Memory resources on a VM to host your website. These are very useful for hosting dynamic web sites or applications with small amounts of traffic. However, if you have a static website then you don’t need CPU and Memory on a VM, all you need is storage and bandwidth. Since hosting a static website or static front-end to an API powered web application only requires storage and bandwidth, it makes Azure Storage a perfect service to host such a website. In this article I’ll explain what’s necessary to host static website in Azure Blob Storage, then I’ll show how you can estimate the hosting cost of the site as well. (Hint: It’s really cheap!)

View original post 651 more words

Uncategorized

Azure Storage Explorer now supports Linux and more

Chris Pietschmann's avatarBuild5Nines

When the Microsoft Azure Storage Explorer was first released, it did seem a little odd that Microsoft would neglect supporting Linux. However, they did support both Windows and Mac OSX initially. In good news, there have been a number of updates to the Microsoft Azure Storage Explorer announced with a short roadmap of what’s to come in the future.

View original post 80 more words

Uncategorized

Single Instance VMs Now With 99.9% SLA

Chris Pietschmann's avatarBuild5Nines

Since the initial release of the Virtual Machine (VM) hosting service within Microsoft Azure there’s been a limitation on achieving the minimum requirements for the 99.9% SLA guarantee. This limitation has been that you needed to provision at least 2 VMs to get the SLA guarantee. That is until now. Now, there is an option to provision a single instance VM and have the 99.9% SLA guarantee too!

Microsoft is constantly working to improve and add new features / services to the Microsoft Azure platform. Among the latest of these changes is to support a 99.9% SLA with SINGLE instance VMs. While this isn’t a replacement for multi-instance VM configurations, this offers enhanced reliability for workloads where a single VM instance works.

Single Instance VM SLA Requirement

There are a few requirements that need to be met in order to achieve the 99.9% SLA guarantee for a single instance VM…

View original post 230 more words

Uncategorized

Deploy Docker Containers to Azure Web Apps on Linux

Chris Pietschmann's avatarBuild5Nines

The PaaS (Platform as a Service) offerings within Microsoft Azure have been getting expanded out pretty impressively lately. The “extreme PaaS” that is the serverless computing of Azure Functions is a really interesting direction for cloud computing. However, one of the of the latest changes is the ability to host Docker Containers on Linux within Azure App Service Web Apps! It seems Microsoft is starting to add Docker support to everything.

App Service Web Apps on Linux

A few weeks ago the initial preview release of Azure App Service Web Apps for Linux was released. This offers a way to host OSS applications (Node.js, Python, PHP, etc) in Azure App Service with the use of a Linux Virtual Machine (VM). This provides a great alternative to hosting all Azure Web Apps with a Windows Server VM and IIS. While IIS works, the option of using Linux is definitely more…

View original post 744 more words

Uncategorized

Manage Azure App Service Deployments with Deployment Slots

Chris Pietschmann's avatarBuild5Nines

Every App Service resource in Azure has the ability to have multiple deployment slots configure. These deployments slots are a feature than can greatly help with the implementation of streamlined testing, staging, and deployment process. Along with the ability to configure multiple hosting environments, the use of Deployment Slots enables zero downtime when deploying application changes, or even rolling back a failed deployment.

Creating Deployment Slots

Deployment slots are a feature of Azure App Service Plans. As a result, every App Service resource (Web App, Web API, Mobile App) in Microsoft Azure has the ability to create up to 4 additional deployment slots with the Standard tiers, and up to 20 deployment slots with the Premium tiers.

Each App Service (in Standard tiers) can have up to 4 additional Deployment Slots in addition to the Production slot.

Each Deployment Slot allows for a separate instance of the application to be…

View original post 697 more words

Uncategorized

How Azure Functions Pricing Works

Chris Pietschmann's avatarBuild5Nines

Serverless computing is a growing trend in cloud computing, and it’s a natural next step in the Platform as a Service (PaaS) area. First PaaS allowed applications to be hosted without requiring Virtual Machines to manage, then serverless computing further removes the construct of a server. Azure Functions is the service within the Microsoft Azure cloud that offers serverless hosting and execution of application code. With serverless architecture removing the construct of a server from the equation of application hosting the concept of pricing begins to get a little fuzzy. This articles explains how Azure Functions pricing works.

Azure Functions is available with the 2 following pricing methods:

Dynamic Hosting Plan

functions_colorWith Dynamic hosting, Azure Functions completely abstracts away the server construct. You no longer pay for reserving CPU Cores and RAM of the underlying Virtual Machine (VM). You only pay for the time your code runs, and not for the time…

View original post 468 more words

Uncategorized

Free Website Hosting in Microsoft Azure

Chris Pietschmann's avatarBuild5Nines

App ServiceThere are many excellent reasons to use Microsoft Azure to host applications and enterprise systems. There’s even plenty of criticisms on it being expensive to host small websites, however the App Service offering in Microsoft Azure does offer the ability to easily host a website in the cloud completely FREE!

View original post 182 more words

Uncategorized

VSTS and Visual Studio 2015 License Types — Automation Planet

Introduction Part 1: Visual Studio Professional licenses Part 2: Visual Studio Enterprise licenses Conclusion Introduction Visual Studio is a very powerful tool and service appropriate for individual developers or even for a team. With Visual Studio you can create any application for PC’s or web and the best part is that all are powered by…

via VSTS and Visual Studio 2015 License Types — Automation Planet

Uncategorized

Getting Microsoft Band Running Outside of the United States

Great post from James Chambers on getting up and running with the Microsoft Band outside of the United States:

http://jameschambers.com/2015/04/getting-microsoft-band-running-outside-of-the-united-states/

I live in Canada and had no troubles with James instructions on getting the Microsoft Health app on my Windows Phone. I was also able to install the Microsoft Health app on my 5th generation iPod Touch.

Here are the links for phone apps:

Enjoy!

Uncategorized

Microsoft Band SDK Preview now available

two-bands

The Microsoft Band SDK preview was made available back in February 2015 and can be downloaded from http://developer.microsoftband.com/

Here is some information from the developer site…

The Microsoft Band SDK Preview gives developers access to the sensors available on the band, as well as the ability to create and send notifications to tiles. Enhance and extend the experience of your applications to your customers’ wrists.

Get started with the Microsoft Band SDK Preview

The Microsoft Band SDK Preview gives developers access to the sensors available on the band, as well as the ability to create and send notifications to tiles. Enhance and extend the experience of your applications to your customers’ wrists.

Create amazing app experiences for Microsoft Band

Extend the experience of your application to your users’ wrists via a new dimension of interaction. Create an app that can send UI content to the band, keeping users engaged when they’re in motion. Your app can also receive data directly from the band sensors, giving your users more reasons to interact with it. Create a personalized, data-rich, custom experience and enhanced scenarios that will engage users in ways only possible with Microsoft Band.

Access sensors

Use a range of sensors including heart rate, UV, accelerometer, gyroscope, and skin temperature, as well as fitness data, to design cutting-edge user experiences.

stream-image

Create your tile

Keep users engaged and extend your app experience to Microsoft Band. Create tiles for the band that send glanceable notifications from your app to your users.

create-image

Personalize your app

Monetize your app by offering users ways to customize the band. Change the color theme, or bring the Me Tile to life by changing the wallpaper.

personalize-image

References

http://developer.microsoftband.com/