Please what is the cause. Though I am using Customprovider and I am yet to code my custom Roleprovider because I intend making it custom. Please is it the Role provider that is causing this warning. I am not using anything called Role environment. Because I have been seeing this on google. People refering to Role environment. Please I dont understand the warning. Any clue on it.
This role environment warning is not from asp.net RoleProvider.
In visual studio you can add an azure cloud service to your existing asp.net project. This new project contains "roles". The role describes your azure virtual machines, iis settings etc. My guess you have already has this.
The Role environment initializing is an azure message means azure setting up your virtual machines. This is a normal warning and not error. You can see this message if you publish to azure directly from visual studio. If you update through the azure management
portal using package file, you may see similar message in your instances' state.
Member
168 Points
571 Posts
Azure event warning, don't know the cause
Aug 05, 2016 11:10 AM|skliz4rel|LINK
I keep getting this error
warning
Contributor
4113 Points
1349 Posts
Re: Azure event warning, don't know the cause
Aug 05, 2016 12:05 PM|stmarti|LINK
This role environment warning is not from asp.net RoleProvider.
In visual studio you can add an azure cloud service to your existing asp.net project. This new project contains "roles". The role describes your azure virtual machines, iis settings etc. My guess you have already has this.
The Role environment initializing is an azure message means azure setting up your virtual machines. This is a normal warning and not error. You can see this message if you publish to azure directly from visual studio. If you update through the azure management portal using package file, you may see similar message in your instances' state.
Member
168 Points
571 Posts
Re: Azure event warning, don't know the cause
Aug 05, 2016 12:45 PM|skliz4rel|LINK
Ok thanks alot. I have added cloud service to my app cos I am using azure blob storage. I also published from Visual studio.