Category Archives: Business

The New Windows Azure Features, Part 1/7

In the next couple of months, we’ll be hard at work producing a few articles on one of our favourite subjects, Windows Azure. We’ll go through the cloud computing platforms new features product by product, bringing you a comprehensive look on what fresh features Windows Azure has to offer for your business.

The series will go through the main new Windows Azure features:

 

Virtual Machines

Azure can now host virtual machines. You can run your own customized Windows Server or Linux images on Azure or get pre-configured instances from a gallery of pre-built options.

Virtual Networks

Virtual private networks are now available on Windows Azure. You can integrate your cloud network virtually to your on-premises IT infrastructure, using the cloud will be just like using services locally. This brings more control over secure access to your could infrastructure.

Web Sites

Free, you read it right. Free web sites on Windows Azure. You can deploy ASP.NET, PHP or Node.js sites to Azure easily, no complex configuration required. There is a gallery with pre-set up sites, for example, you can fire up an instance of WordPress quickly and easily. Paid instances feature custom domains and pretty competitive pricing (14,40eur per month + traffic).

Mobile Services

Connect your mobile applications to the cloud within minutes. During the preview stage you get up to 10 mobile services for free with limited data. There is a great visual tool for setting up the database and service in the Windows Azure Portal.

Media Services

With Media Services you can create, manage and distribute media with Windows Azure. Media services provide provide the possibility to define workflows for distributing content, you can upload, store, encode, convert, protect and deliver your content. The gist is that you can deliver content across a wide variety of platforms with ease.

Windows Azure Active Directory

Identity services on Azure! A common platform for authentication across your could services is now available. You can also integrate Azure AD with you on-premises Active Directory and have the same identities available in the cloud as you use in your corporate environment, even single sign-on is possible.

Stay tuned. Subscribe to our blog and get the new posts fresh!


What’s the difference between Azure and AWS Marketplaces?

Yesterday when Amazon introduced AWS Marketplace we had a lively discussion during lunch about it and its counterpart Windows Azure Marketplace. AWS Marketplace is a new thing, so I thought I’d blog about some differences between AWS Marketplace and Azure Marketplace.

The purpose of both marketplaces is the same: to provide an online market where customers can find and buy services. Both marketplaces handle customer subscriptions, provisioning and billing.

Differences between marketplaces stem from the differing nature of cloud environments. As you well know, Windows Azure is a Platform-as-a-Service while AWS is an Infrastructure-as-a-Service.

Amazon AWS Marketplace

Following the nature of Infrastructure-as-a-Service, AWS Marketplace offers a wide variety of server images. These server images have been created by different sellers, and they can contain custom software.

Customer always pays the normal fees of AWS usage, and also for the seller’s proprietary software and/or support. Products in AWS Marketplace are thus composite products, and they can be crudely categorized:

  1. AWS service + proprietary custom software + possible support from seller
  2. AWS service + open source software + support from seller
  3. AWS service + open source software

Total costs per category:

  1. Customer pays for the usage of proprietary software – this can be with pre-existing licensing, SaaS-like monthly payments, EC2 instance-dependent hourly rates, or however the seller it defines. Customer also pays for the support and AWS usage.
  2. Customer pays for the support and AWS costs.
  3. Customer pays for the AWS costs only.
Regarding support: Interesting question in some cases is what is the scope of the seller’s support? Are some sellers only supporting their own proprietary software? What about the operating system itself? This could be dependent on seller, and I suspect something that is good to check.

All costs (except for required pre-existing licenses for some proprietary software) are part of the AWS bill.

Example of a product: LAMP Stack – Web Stack (MySQL) provided by TurnKey Linux

  • This product contains a popular open source platform of Linux, Apache, MySQL and PHP/Python/Perl
  • Seller TurnKey Linux offers a forum support and their brand of LAMP Stack
  • Cost options for this in EU West:
         EC2 Instance Type   Software   EC2  Total
         Standard Micro  $0.00 /hr  $0.025 /hr  $0.025 /hr
         Standard Small  $0.015 /hr  $0.09 /hr  $0.105 /hr
         High-CPU Medium  $0.02 /hr  $0.186 /hr  $0.206 /hr

Example of another product: Alert Logic Threat Manager for EC2

  • This product contains Alert Logic’s Threat Manager for EC2 (Network Intrusion Detection service)
  • Cost for this in EU West:
         EC2 Instance Type   Software   EC2  Total
         Standard Small  $0.48 /hr  $0.09 /hr  $0.57 /hr
         Standard Medium  $0.89 /hr  $0.18 /hr  $1.07 /hr
         High-CPU Medium  $1.64 /hr  $0.186 /hr  $1.826 /hr

Windows Azure Marketplace

As a Platform-as-a-Service type cloud environment, Windows Azure Marketplace offers customers finished SaaS-applications and datasets. Something to note is that applications can also be building block components for other applications (e.g. logging service).

Both applications and datasets often have a possibility for trial subscription.

Applications

Applications often have basic SaaS-type billing where customer pays a fixed amount per month according to number of users or application edition. To help potential customers find all suitable SaaS-services, Marketplace also contains a catalog of Windows Azure applications that cannot be subscribed to through Marketplace itself. At the time of my typing this, there are almost 600 applications of this type.

Example of an application: Maximizer CRM Live
- This product is a CRM with per user per month payments
- 1 user license costs $49/mo, and 10 users is simply $490/mo

Datasets

Marketplace DataMarket offers premium datasets. Datasets can contain any data, and Marketplace offers data via multiple interfaces (REST, SOAP, OData, straight SQL). The border between applications and datasets can get a bit hazy: for example there exists a dataset for validating, parsing and geo-locating phone numbers, even though that sounds like a full service/application.

At the moment there are 57 free datasets and 77 paid datasets in Marketplace. Free datasets include data like election voting information, weather data, stock exchange data, twitter user importance data etc.

Paid datasets have a fixed cost with a limit on transactions/other metric per month.

Example of a paid dataset: Microsoft Translator
- Microsoft Translator delivers automatic translation of a text
- Cost is determined by the amount of characters translated per month
- Less than 2 million characters is free, while 4 million is $40/mo, and 635 million is $5000/mo

Summary

AWS and Azure are in competition in a sense that they are both cloud environments, but because of their differing philosophies their competition is rarely direct. It is the same with their Marketplaces.

In general when talking about cloud environments, customers need to think about their requirements. If they want to comprehensively administer their virtual environments outside their on-premises infrastructure, then AWS might be the way to go. If they feel like taking care of the application should be enough, maybe Azure is the answer.

Azure Marketplace offers finished services in the form of applications and datasets. AWS Marketplace offers servers containing environments or even finished applications. Logically there is a place for competition there, but I suspect that both markets will attract different kind of sellers, due to the difference in philosophies. Ultimately these two markets sell different products.

Very crudely put, it is a bit like comparing two hotels: other rents hotel rooms for whatever purpose, while the other sells experiences, e.g. golfing experience, including hotel room and services.

I like how in some cases these two Marketplaces can have great synergy together. Imagine a boss somewhere saying: “I want to see stock exchange changes cross-referenced with weather data, tomorrow! With my Ipad!” What to do?

Well, the (stressed out) developer can get the development environment from Amazon AWS with 1 click, she can get all the data in standard format from datasets in Windows Azure Marketplace trial subscriptions, and then she can deploy her application to either AWS or Azure. All she needs is a laptop and a network connection.

Future is great.


Tips for Windows Azure in production usage

Kompozure has published a guide about Azure and its benefits. Guide is meant for IT management and others who are interested in the future direction of the company infrastructure. Thus the guide is not too detailed technically, since the purpose is to present some features of Azure as well as some ways of leveraging them.

One chapter is about usage tips. In this post I’ve written some of them down:

  • Always use two instances when the application is in production. This ensures availability and load balancing.
  • Rather buy the smallest possible instances – in this way you can fine-tune your usage (and bills)
  • Don’t create too many worker roles, but rather merge multiple background tasks in one role to minimize usage
  • Have your data in the same center as your application – data transfer from data center to other costs
  • You can import data to Azure for free, but outbound data is billable
  • If your service is using CDN, set your cache time to as long an interval as possible – in this way you ensure that CDN is not too often copying your data to its cache

Unfortunately our guide is not yet translated in English. If you feel like you would like to read this guide, please send us an email to info@kompozure.com in order to hasten us in translation work.


Startup and success

It is an exciting time to be an IT-startup like Kompozure. Disruptions are coming from right and left, caused by both emerging technologies and new social and agile working methods. Here I’ve written of five topics that are, in my mind, the most important principles for a successful (IT) startup. I believe these principles are applicable in other industries as well.

Lean Startup

Lean Startup is a term coined by Eric Ries to denote a no-nonsense startup.

There are many benefits to the rarefied atmosphere of engineering here in Finland, but one of the negative side effects is our desire to always build something perfect. Of course in the end that is a good thing, but during the startup phase this poses 2 problems:

  1. Building anything perfectly takes time and money
  2. Who decides what is perfect?

Ries’ concept Minimum Viable Product argues that the product needs to be presented to the potential customers as fast as possible. And this does not mean that the product should bring you the morning paper in addition to slicing the toast – the product should be presented the moment it solves even one problem.

This tight focus makes certain that we do not waste any time on developing useless features. It also makes predictions more accurate.

Agile

Time shouldn’t be spent on planning, but doing.

Your business plan may be valid for making your vision clearer, but does it have to be fine tuned to death? When you proudly present the first version of your product to potential customers, who then insult you by calling it crap – what do you do?

Startups can be forced to change direction many times when searching for the business model – and because of this no time can be spent fine-tuning things not related to customers. Different situations have to be approached as possibilities for new product and business visions.

Like Steve Blank says – No plan survives first contact with a customer.

Networking

You may well be enlightened and very aware of trends in your industry, but as a startup your influence and market share are inconsequential. Truth is that your competitors are familiar with the market in ways that you are not. Besides, none of your information will stay secret anyway.

You will get the best results by creating a strong network of partners by openly taking part in relevant forums.

Kompozure takes part in different IT-related events and is also searching for the best spot in the Microsoft partner network. Startups that specialize in Microsoft’s technologies should at least investigate the opportunities offered by BizSpark. We are also located in the Aalto University’s Start-up Center, where it is easy to go to talk to similarly spirited entrepreneurs.

At the moment the coolest vibes for entrepreneurs in Finland can be found in events organized by Aaltoes and Arctic Startup.

Social Media

Social Media offers startups a unique way of presenting itself in the light it wishes. Your company doesn’t have to be a cold, faceless entity anymore – it also can have an identity. The people following your company are potential customers, competitors, employees or investors. It is hard to over estimate the value of SoMe.

A modern startup thinks about ways to utilize FacebookTwitterLinkedin and other relevant social hubs straight from the beginning.

Cloud Computing

Investing in monstrous amounts of hardware is no longer the thing to do. Kompozure has 13 different services to handle web sites, SoMe, CRM, billing, document management, source code management, etc. What we don’t have are racks, servers or admins for these systems. The feeling of freedom is exhilirating.

Kompozure pays an easily estimated bill monthly for its usage, and thus our costs are, in nature, operational expenditures. We strongly subscribe to Microsoft’s technologies like Windows Azure and Office 365. In addition there are several viable services on the market for specific requirements, like the Finnish Wiila-service.

For a bootstrapping startup these kind of modern options are especially juicy.


Kompozure’s mojo

We founded this company because we couldn’t find anything comparable from Finland.

We wanted to

  • Offer quality in a totally transparent manner
  • Work with new, disruptive technologies
  • Focus on competency and expertise

We ended up specializing in Microsoft’s Windows Azure- and Windows Phone-platforms. Neither of these technologies are widely adopted in Finland yet, but international forecasts are positive, and even here the pace is picking up..

However, we are not selling these technologies for their sake, and we will tell you straight if something is not a fit for your organization. We at Kompozure have used Microsoft’s cloud services since the beginning (Office 365 + Azure), and we have been using Windows Phones actively for a year. Our belief in these technologies is founded on the fact that we like to use them.

A different kind of expert company

Now is a good time for an agile, fair and transparent startup to be founded. We differentiate ourselves through our personality and our ‘can do’-attitude. We want to uphold a working environment where it is easy to be passionate about new technologies. We believe, that personal improvement leads to the company’s success. All this also makes sure that we do not offer you impersonable service – from us you get a passionate expert.

Transparency isn’t just talk to us. We offer you our cloud service with which you can track your project’s development in real-time. In addition you get to take part in our in-house project meetings. In effect this means that you hear about our blunders at the same time as us.

We believe that a totally transparent work place leads to a good team spirit internally and externally. In this kind of environment it is also easy to make agile decisions together for the common good of the project.

Contact us, and we will show you the future of software development.


Follow

Get every new post delivered to your Inbox.