|
| 1 | +### YamlMime:YamlDocument |
| 2 | +documentType: LandingData |
| 3 | +title: Azure Development with Visual Studio |
| 4 | +metadata: |
| 5 | + title: Azure Development with Visual Studio | Microsoft Docs |
| 6 | + meta.description: Tutorials and conceptual articles about connecting apps and services to Azure and developing Azure services. |
| 7 | + author: ghogen |
| 8 | + manager: douge |
| 9 | + ms.prod: visual-studio-dev15 |
| 10 | + ms.technology: vs-azure |
| 11 | + ms.topic: landing-page |
| 12 | + ms.date: 10/09/2018 |
| 13 | + ms.author: ghogen |
| 14 | +sections: |
| 15 | +- title: Publish to Azure |
| 16 | + items: |
| 17 | + - type: paragraph |
| 18 | + text: 'Deploy your app to Azure to staging or production environments with Visual Studio, or set up continuous integration and deployment (CI/CD).' |
| 19 | + - type: list |
| 20 | + style: cards |
| 21 | + className: cardsM |
| 22 | + columns: 3 |
| 23 | + items: |
| 24 | + - href: https://docs.microsoft.com/aspnet/core/tutorials/publish-to-azure-webapp-using-vs?view=aspnetcore-2.1 |
| 25 | + html: <p></p> |
| 26 | + image: |
| 27 | + src: https://docs.microsoft.com/media/logos/logo_NETcore.svg |
| 28 | + title: Publish an ASP.NET Core app to Azure |
| 29 | + - href: https://docs.microsoft.com/azure/app-service/app-service-web-get-started-dotnet-framework |
| 30 | + html: <p></p> |
| 31 | + image: |
| 32 | + src: https://docs.microsoft.com/media/logos/logo_NET.svg |
| 33 | + title: Publish an ASP.NET Web App to Azure |
| 34 | + - href: https://docs.microsoft.com/azure/azure-functions/functions-create-your-first-function-visual-studio |
| 35 | + html: <p></p> |
| 36 | + image: |
| 37 | + src: https://docs.microsoft.com/azure/media/index/AzureFunctions.svg |
| 38 | + title: Publish Azure Functions |
| 39 | + - href: /aspnet/core/host-and-deploy/azure-apps/azure-continuous-deployment?view=aspnetcore-2.1 |
| 40 | + html: <p></p> |
| 41 | + image: |
| 42 | + src: https://docs.microsoft.com/media/logos/logo_octokitty.svg |
| 43 | + title: Continuous deployment to Azure with Visual Studio and Git |
| 44 | + - href: /azure/devops/pipelines/get-started-yaml?view=vsts&viewFallbackFrom=aspnetcore-2.1 |
| 45 | + html: <p></p> |
| 46 | + image: |
| 47 | + src: https://docs.microsoft.com/azure/devops/_img/index/DevOpsIconPipelines96.svg |
| 48 | + title: Continuous deployment to Azure with Azure Pipelines |
| 49 | + - href: /azure/virtual-machines/windows/publish-web-app-from-visual-studio |
| 50 | + html: <p></p> |
| 51 | + image: |
| 52 | + src: https://docs.microsoft.com/media/common/i_vmm-cloud.svg |
| 53 | + title: Publish an ASP.NET Web App to an Azure VM |
| 54 | +- title: Azure App Services and Azure Functions |
| 55 | + items: |
| 56 | + - type: paragraph |
| 57 | + text: 'Tutorials for creating web apps and serverless functions hosted in Azure' |
| 58 | + - type: list |
| 59 | + style: cards |
| 60 | + className: cardsM |
| 61 | + columns: 3 |
| 62 | + items: |
| 63 | + - href: https://docs.microsoft.com/azure/app-service/app-service-web-get-started-dotnet |
| 64 | + html: <p>Build and host a web app in Azure</p> |
| 65 | + image: |
| 66 | + src: https://docs.microsoft.com/azure/media/index/AppService.svg |
| 67 | + title: ASP.NET Core |
| 68 | + - href: /azure/azure-functions/functions-develop-vs |
| 69 | + html: <p>Process events with serverless code</p> |
| 70 | + image: |
| 71 | + src: https://docs.microsoft.com/azure/media/index/AzureFunctions.svg |
| 72 | + title: Azure Functions |
| 73 | + - href: https://docs.microsoft.com/dotnet/azure/?view=azure-dotnet |
| 74 | + html: <p></p> |
| 75 | + image: |
| 76 | + src: https://docs.microsoft.com/media/logos/logo_NET.svg |
| 77 | + title: Azure SDK for .NET and .NET Core Developers |
| 78 | +- title: Container development |
| 79 | + items: |
| 80 | + - type: paragraph |
| 81 | + text: 'Develop with Docker containers, publish to Azure, use Kubernetes, and more.' |
| 82 | + - type: list |
| 83 | + style: icon48 |
| 84 | + items: |
| 85 | + - image: |
| 86 | + src: https://docs.microsoft.com/media/common/i_categorize.svg |
| 87 | + text: Container development |
| 88 | + href: /visualstudio/containers |
| 89 | + - image: |
| 90 | + src: https://docs.microsoft.com/media/logos/logo_docker.svg |
| 91 | + text: Docker Tools in Visual Studio |
| 92 | + href: /visualstudio/docker/vs-azure-tools-docker-setup.md |
| 93 | + - image: |
| 94 | + src: https://docs.microsoft.com/media/logos/logo_kubernetes.svg |
| 95 | + text: Kubernetes Tools |
| 96 | + href: /visualstudio/deployment/tutorial-kubernetes-tools |
| 97 | +- title: Debug and Monitor Performance |
| 98 | + items: |
| 99 | + - type: paragraph |
| 100 | + text: ' Learn how to debug your app in Azure, and monitor performance.' |
| 101 | + - type: list |
| 102 | + style: cards |
| 103 | + className: cardsM |
| 104 | + columns: 3 |
| 105 | + items: |
| 106 | + - href: /visualstudio/debugger/remote-debugging-azure |
| 107 | + html: <p></p> |
| 108 | + image: |
| 109 | + src: https://docs.microsoft.com/media/logos/logo_NETcore.svg |
| 110 | + title: Debug ASP.NET Core on IIS in Azure |
| 111 | + - href: vs-azure-tools-intellitrace-debug-published-cloud-services.md |
| 112 | + html: <p></p> |
| 113 | + image: |
| 114 | + src: https://docs.microsoft.com/media/common/i_debug.svg |
| 115 | + title: Debug a cloud service in Azure |
| 116 | + - href: vs-azure-tools-debug-cloud-services-virtual-machines.md |
| 117 | + html: <p></p> |
| 118 | + image: |
| 119 | + src: https://docs.microsoft.com/media/common/i_vmm-cloud.svg |
| 120 | + title: Debug an app running on a virtual machine |
| 121 | + - href: vs-azure-tools-performance-profiling-cloud-services.md |
| 122 | + html: <p></p> |
| 123 | + image: |
| 124 | + src: https://docs.microsoft.com/media/common/i_code-performance.svg |
| 125 | + title: Measure performance for cloud services in Azure |
| 126 | +- title: Connect your apps to Azure with Visual Studio Connected Services |
| 127 | + items: |
| 128 | + - type: paragraph |
| 129 | + text: 'Quickly connect your app or service project to a variety of Azure services by using Visual Studio Connected Services to automatically add connection code and configuration.' |
| 130 | + - type: list |
| 131 | + style: icon48 |
| 132 | + items: |
| 133 | + - image: |
| 134 | + src: https://docs.microsoft.com/azure/media/index/Storage.svg |
| 135 | + text: Azure Storage |
| 136 | + href: vs-azure-tools-connected-services-storage.md |
| 137 | + - image: |
| 138 | + src: https://docs.microsoft.com/azure/media/index/KeyVault.svg |
| 139 | + text: Azure Key Vault |
| 140 | + href: /azure/key-vault/vs-key-vault-add-connected-service |
| 141 | + - image: |
| 142 | + src: https://docs.microsoft.com/azure/media/index/ActiveDirectory.svg |
| 143 | + text: Azure Active Directory |
| 144 | + href: /azure/active-directory/develop/vs-active-directory-add-connected-service |
| 145 | + - image: |
| 146 | + src: https://docs.microsoft.com/azure/media/index/i_azure-cognitive-services-color.svg |
| 147 | + text: Cognitive Services |
| 148 | + href: cognitive-services-connected-services.yml |
| 149 | +- title: Azure Cloud Services |
| 150 | + items: |
| 151 | + - type: paragraph |
| 152 | + text: 'Azure Cloud Services is a general-purpose technology for creating generic Azure services, with access to Azure storage and other Azure resources.' |
| 153 | + - type: list |
| 154 | + style: cards |
| 155 | + className: cardsM |
| 156 | + columns: 3 |
| 157 | + items: |
| 158 | + - href: vs-azure-tools-azure-project-create.md |
| 159 | + html: <p>Create and configure Azure cloud service projects</p> |
| 160 | + image: |
| 161 | + src: https://docs.microsoft.com/media/common/i_config-tools.svg |
| 162 | + title: Projects |
| 163 | + - href: vs-azure-tools-debugging-cloud-services-overview.md |
| 164 | + html: <p>Debug cloud services locally and in Azure</p> |
| 165 | + image: |
| 166 | + src: https://docs.microsoft.com//media/common/i_debug.svg |
| 167 | + title: Debug |
| 168 | + - href: vs-azure-tools-performance-profiling-cloud-services.md |
| 169 | + html: <p>Use the Visual Studio profiler</p> |
| 170 | + image: |
| 171 | + src: https://docs.microsoft.com//media/common/i_code-performance.svg |
| 172 | + title: Analyze performance |
| 173 | + - href: vs-azure-tools-publishing-a-cloud-service.md |
| 174 | + html: <p>Publish a cloud service to Azure</p> |
| 175 | + image: |
| 176 | + src: https://docs.microsoft.com//media/common/i_deploy.svg |
| 177 | + title: Publish |
| 178 | + - href: vs-azure-tools-diagnostics-for-cloud-services-and-virtual-machines.md |
| 179 | + html: <p>Monitor and diagnose cloud services and virtual machines running in Azure</p> |
| 180 | + image: |
| 181 | + src: https://docs.microsoft.com/media/common/i_load-testing.svg |
| 182 | + title: Diagnostics |
| 183 | +- title: Work with Azure resources in Visual Studio |
| 184 | + items: |
| 185 | + - type: paragraph |
| 186 | + text: 'Cloud Explorer in Visual Studio provides a convenient way to access Azure resources such as storage accounts and virtual machines.' |
| 187 | + - type: list |
| 188 | + style: cards |
| 189 | + className: cardsM |
| 190 | + columns: 3 |
| 191 | + items: |
| 192 | + - href: vs-azure-tools-storage-resources-server-explorer-browse-manage.md |
| 193 | + html: <p>Access Azure storage accounts in Visual Studio</p> |
| 194 | + image: |
| 195 | + src: https://docs.microsoft.com/media/common/i_dashboard.svg |
| 196 | + title: Storage |
| 197 | + - href: vs-azure-tools-virtual-machines-access-from-server-explorer.md |
| 198 | + html: <p>Access Virtual Machines from Visual Studio</p> |
| 199 | + image: |
| 200 | + src: https://docs.microsoft.com/media/common/i_vmm-cloud.svg |
| 201 | + title: Virtual Machines |
| 202 | +- title: Other Azure Development Resources |
| 203 | + items: |
| 204 | + - type: paragraph |
| 205 | + text: 'With the Azure development workload installed, Visual Studio provides project templates for a variety of projects that enable you use develop using specific Azure services.' |
| 206 | + - type: list |
| 207 | + style: icon48 |
| 208 | + items: |
| 209 | + - image: |
| 210 | + src: https://docs.microsoft.com/azure/azure-resource-manager/media/index/azure-resource-manager.svg |
| 211 | + text: Azure Resource Group |
| 212 | + href: https://docs.microsoft.com/azure/azure-resource-manager/vs-azure-tools-resource-groups-deployment-projects-create-deploy |
| 213 | + - image: |
| 214 | + src: https://docs.microsoft.com/azure/media/index/Azure-Data-Lake-Analytics-COLOR.svg |
| 215 | + text: Data Lake Analytics |
| 216 | + href: https://docs.microsoft.com/azure/data-lake-analytics/data-lake-analytics-data-lake-tools-get-started |
| 217 | + - image: |
| 218 | + src: https://docs.microsoft.com/azure/media/index/StreamAnalytics.svg |
| 219 | + text: Stream Analytics |
| 220 | + href: https://docs.microsoft.com/azure/stream-analytics/stream-analytics-quick-create-vs |
| 221 | + - image: |
| 222 | + src: https://docs.microsoft.com/azure/media/index/Fabric.svg |
| 223 | + text: Service Fabric |
| 224 | + href: https://docs.microsoft.com/azure/service-fabric/service-fabric-quickstart-dotnet |
0 commit comments