Is VSTS compatible with Azure GovCloud? - azure-gov

Is Microsoft Visual Studio Team Services is compatible with an instance of Azure GovCloud?

Yes - You can use Azure Gov as a target for deployments from with in the Azure DevOps (new name for Visual Studio Team Services). Here is an example - https://learn.microsoft.com/en-us/azure/azure-government/connect-with-azure-pipelines

Related

Migrate Microsoft Test Manager Tests from TFS2015 to Azure DevOps

Can nkdagility be used to convert Microsoft Test Manager Test to Azure DevOps? If not what is the suggested path for conversion?
Yes: the Azure DevOps Migration Tools support this with many caviats.

Does Visual Studio for Mac Preview have Web Deploy?

I am new to using a Mac and trying to setup a coworking to publish a shared .net core web app so that it publishes to the azure account. I have downloaded the azure publishing profile but do not see Publish or Web Deploy in the GUI. How do I deploy the app to azure?
There is an option to publish to Azure directly from Visual Studio for Mac.

How host the ASP Websites with Database?

I have developed asp website using Visual Studio and i have SQL Database designed in SQL Management Studio. My query is how to deploy my website along with the database in Web.
There are multiple ways to do this with Azure and Visual Studio, I'm laying out the most common and simple scenario:
Deploying your ASP website with visual studio to an Azure App Service
Deploying your SQL database to Azure SQL
Connecting your ASP website to Azure SQL with connection string
You can deploy a Web Project Using One-Click Publish in Visual Studio
More details here https://msdn.microsoft.com/en-us/library/dd465337(v=vs.110).aspx

Azure Storage Not Showing in Visual Studio 2015 Server Explorer

I've installed Visual Studio 2015 and cloned a repo from my Visual Studio Online account. Originally the code was written with Visual Studio 2013 and with that environment I could see my Azure Storage Account (i.e. Tables, Queues and Blobs) under the Azure connection section on the Server Explorer. However with Visual Studio 2015 I can see the Azure connection section which includes App Service, Mobile Service, Notification Hubs and SQL Database but no Storage.
Any ideas?
I ran into the same problem. I decided to upgrade to the latest as of now Azure SDK 2.7. This fixed my server explorer panel and also added in a new panel called Cloud Explorer. This will hopefully get you going. Here is the link:
https://azure.microsoft.com/blog/2015/07/20/announcing-the-azure-sdk-2-7-for-net/

SQL Azure via Visual Studio

Does anyone know when a tool will be available to manage a SQL Azure database from within Visual Studio or SQL Enterprise Manager?
At present one can only cannect via:
1) SQL Management Studio (SSMS)
(The cancel and connect via new query method)
2) Azure Storage Manager: http://azurestoragemanager.codeplex.com/
3) SQL Azure Migration Wizard: http://sqlazuremw.codeplex.com/
4) Custom Application
I have gone down the custom route, an application that basically runs scripts within different folders to Update Tables and Stored Procesures etc.
Plus:
SQL Azure Explorer on Codeplex - free and with source code (addin for VS2010 Beta1)
Cerebrata Cloud Storage Studio - Winforms app to browse SQL Azure
Cerebrata Omega.MSSQL browser-based admin of SQL Server including SQL Azure (see announcement in blog post here)
Marc
Few corrections below:
Cloud Storage Studio is for managing Windows Azure Storage (Tables, Blobs & Queues) and not SQL Azure.
Omega.MSSQL is for managing SQL Server (2008/2005/2000) via a browser based interface (IE only). We customized Omega.MSSQL to work against SQL Azure. That customized version is available online only. To read more about it and access the application please visit this link: http://cerebrata.com/Blog/post/Browser-based-SQL-Azure-Explorer.aspx
Haven't tried personally, but according to the SQL Azure team the November CTP of SQL Server 2008 R2 has a version of Management Studio that will allow direct connections to SQL Azure without having to do the cancel/connect workaround:
http://blogs.msdn.com/ssds/archive/2009/11/10/9920168.aspx