Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I stop Azure App Service Activity showing each time I open a new solution?

Sometimes when I open a solution in Visual Studio (2015 Enterprise, Update 1), Azure App Service Activity is loaded as one of the tabs. When I close the tab, it seems to not show it for a little while, then another day upon project open it shows again.

This information isn't relevant to the particular projects as they don't have Azure integration. To me it's simply advertising, which I don't appreciate on a paid edition of VS.

Is there a way I can stop it from showing each time? I've had a look through the options in Visual Studio, but I can't see anything that would control this.

like image 873
andrewb Avatar asked Apr 05 '16 08:04

andrewb


People also ask

How do I turn off Azure App Service?

From the Azure Portal, navigate to List of App Services Pages. You can easily get there if you have App Services pined in your favorites menu. Select the checkboxes for the App services to stop or restart. That's it.

How will you check how many instances currently running on the APP service?

Go into your App Service Plan > Diagnose and Solve Problems > Under "Tools" and can view 'Metrics per instance (App Service Plan)' and 'Metrics per Instance (Apps)' - As the name indicates, Metrics per instance (App Service Plan) displays data for the entire VM, while Metrics per Instance (Apps) displays data for a ...

How do I turn on Always on Azure App Service?

05 On the General settings panel, under Platform settings, select On next to Always on configuration setting to enable the Always On feature for the selected Azure App Services web application. Click Save to apply the changes.


1 Answers

You may be able to control this with this extension:

https://visualstudiogallery.msdn.microsoft.com/ed30ceb8-f5f7-4557-9dfc-3f144e5a9989

Supposedly works with 2015. If I try it I'll edit my answer because this is bugging me also.

I have asked the author to add an "auto-apply" feature that would solve your issue supposedly.

like image 110
toddmo Avatar answered Sep 23 '22 15:09

toddmo