Loading


Configure Visual Studio for Azure development with .NET. The Complete React Native Developer Course 2023 [Videos].

Visual Studio includes tooling to help with the development and deployment of applications on Azure. This guide will help you make sure that you have Visual Studio properly configured for Azure development.

Download Visual Studio 2019

If you already have Visual Studio 2019 installed, you can skip this step.

Install Azure workloads

Launch the Visual Studio Installer and validate that you have the workloads Azure development and ASP.NET and web development are installed. If either of these workloads is not installed, select these workloads to install them.

Screenshot of the Visual Studio Installer showing the Azure development and ASP.NET and Web Development Workloads selected

Authenticate Visual Studio with Azure

When debugging apps through Visual Studio, Visual Studio can use your Azure account to authenticate and access Azure Resources with. This account is also used when you publish apps directly from Visual Studio to Azure.

To authenticate your Azure account from Visual Studio, select the Tools > Options menu to launch the Options dialog. Navigate to the Azure Service Authentication options and sign in using your Azure account.

Screenshot of the Visual Studio Options Dialog showing the Azure Login

Next steps

If you also use Visual Studio Code for development in .NET or any other language, you should also configure Visual Studio Code for Azure development. Otherwise, proceed to Installing the Azure CLI.

See All

Comments (629 Comments)

Submit Your Comment

See All Posts

Related Posts

React Native / Youtube

Setting up the development environment of React Native.

If you are new to mobile development, the easiest way to get started is with Expo CLI. Expo is a set of tools built around React Native
8-Sep-2021 /1 /629

React Native / Blog

How React Native is different from ReactJS ?

ReactJS: It is a JavaScript library that supports both front-end and server-side. It is a popularly used library, which focuses on developing user interfaces (UI) for mobile as well as web-based applications. Developed by Facebook, it is based on the JavaScript language and hence, it is synonymously also called ReactJS.
19-jan-2022 /1 /629

React Native / Blog

How to Use Routing with React Navigation in React Native ?

Almost every mobile application requires navigating between different screens. React Native provides an elegant and easy-to-use library to add navigation to native applications: react-navigation. It is one of the most popular libraries used for routing and navigating in a React Native application.
19-jan-2022 /1 /629