Is it possible to choose an Azure ServiceConfiguration during localhost development? Eg. Cloud?
.net, azure, c#, visual-studio
Solution
- Right click on the Cloud Service Project.
- Select "Properties"
- Go to "Development" tab
- Chose your Service Configuration
You shall see this window when selecting the Properties on the Cloud Service Project:
By the way, you know you can maintain more than just these two service configurations - as many as you wish.
Problem
On my localhost machine, I'm doing some normal Azure development of some Worker roles. When ever I debug my role, it uses the `Local` ServiceConfiguration. Is it possible to say `Please use the Cloud Configuration, even though I know this is my localhost` ?