Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
|
This Blog Post is about…
Publishing your MVC application as a hosted application in Windows Azure | |
Navigating to the Windows Azure Portal | |
Understanding your application "package" and "configuration" files | |
Creating a "hosted service" | |
Defining a "Public Service Name" | |
Defining a region where your application will run | |
Choosing between "production" and "staging" | |
Uploading the packaged application and configuration files to the portal | |
Running your application |
How to publish your application
|
What happens when you publish?
|
The Azure Web Portal
|
Publishing your project creates 2 files |
Creating a “new service” |
You will provide a label here
|
Check for Availability
|
CNAME creation
Create a CNAME
Essentially, you will need to create a CNAME record mapping the “www” subdomain (as in www.brunoterkaly.com) to my Windows Azure application (brunomvcapp.cloudapp.net). |
Staging or Production?
|
Ready to “Run”
|
Finally, we are done !
|