From the course: Building a Web Application on Microsoft Azure

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

What you need to know

What you need to know

- [Instructor] To get the most out of this training course, it's recommended that you have certain knowledge beforehand. The first topic that I want to mention is Azure itself. Things like what resource groups are, and a basic knowledge of how to use the Azure portal will be enough. In addition, you should be comfortable reading C# code. Don't worry, you don't have to be an expert in .NET, and I won't focus on that particular code too much. Previous experience with any programming language should be enough for you. Even though I use .NET and C# for the Wisdom Pet Medicine application, I'm not going to describe Azure concepts you couldn't use in your own programming language. And finally, some Git knowledge should come in handy. In concrete, I'm going to use push/pull and pull requests. Now, speaking of the tools, we're going to use, of course, .NET SDK. It's the first one since this is an ASP.NET core web application. And…

Contents