Visual Studio/Azure

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Clipboard

To do:


Visual Studio can be used to integrate many services with Azure. Here we present a brief overview of the possibilities.

App publishing[edit | edit source]

Apps can be published into Azure. This brings several advantages - for example - web applications can easily be debugged. [1]. The Azure web page says that

App Service Web Apps is a platform that is optimized for hosting websites and web applications. This platform-as-a-service (PaaS) offering lets you focus on your business logic while Azure takes care of the infrastructure to run and scale your apps.

Azure functions[edit | edit source]

Azure Functions lets you execute your code in a serverless environment without having to first create a VM or publish a web application.
[2]

Azure App Services[edit | edit source]

The Visual Studio website (https://docs.microsoft.com/en-us/visualstudio/azure/?view=vs-2019) contains multiple resources on integrating Azure with Visual Studio, including using Azure App Services amongst others.

Azure Databricks[edit | edit source]

References[edit | edit source]