Answered by:
How to REMOVE a role from a Windows Azure Project in VS2010

Question
-
Hi, Is there a UI way to remove a role from a Windows Azure project? I have 2 Worker Roles. I want to remove one of them. On the Roles node in Solution Explorer there is an "Add", but no "Remove". I can't find anything other than "Cut" - which says to me it will cut but not make the project consistent. I think I need to edit the service model then go around "cutting" all the nodes in the solution which have anything to do with my spare Worker Role. Is this right? Thanks, ...curiouser...Tuesday, April 12, 2011 11:37 AM
Answers
-
Hi Higly
try to right click the role itself, not the roles folder. there should be a menu entry remove - you can click Delete as well. After doing this you may remove the project from your solution. Hope this helps,
Marc
EDIT: It seems if your project is running, that the remove entry is hidden. Try to stop your project first.
- Proposed as answer by dropoutcoder Tuesday, April 12, 2011 12:00 PM
- Marked as answer by Highly Curious Tuesday, April 12, 2011 8:50 PM
Tuesday, April 12, 2011 11:55 AM -
Hi Marc,
AAAAaaaarrrrggghhh!!!!
"EDIT: It seems if your project is running, that the remove entry is hidden. Try to stop your project first."
Yes - it was still running. I've seen the Remove option now...
THanks
Curiouser...
- Marked as answer by Highly Curious Tuesday, April 12, 2011 8:50 PM
Tuesday, April 12, 2011 12:40 PM
All replies
-
Hi Higly
try to right click the role itself, not the roles folder. there should be a menu entry remove - you can click Delete as well. After doing this you may remove the project from your solution. Hope this helps,
Marc
EDIT: It seems if your project is running, that the remove entry is hidden. Try to stop your project first.
- Proposed as answer by dropoutcoder Tuesday, April 12, 2011 12:00 PM
- Marked as answer by Highly Curious Tuesday, April 12, 2011 8:50 PM
Tuesday, April 12, 2011 11:55 AM -
Hi Marc,
AAAAaaaarrrrggghhh!!!!
"EDIT: It seems if your project is running, that the remove entry is hidden. Try to stop your project first."
Yes - it was still running. I've seen the Remove option now...
THanks
Curiouser...
- Marked as answer by Highly Curious Tuesday, April 12, 2011 8:50 PM
Tuesday, April 12, 2011 12:40 PM -
:-) glad this worked.Wednesday, April 13, 2011 9:01 AM