Azure Services Every .NET Developer Needs to Know

preview_player
Показать описание
#dotNETConf

Azure is a powerful platform with many amazing services, but it can also be hard to know which ones you need to know about when you're first getting started with cloud development. What can you do when you are looking to modernize an existing ASP.NET app? What data services are the most applicable to .NET development? How can I get started with serverless? In this talk we'll cover how to get started with cloud development in Azure using five common services that most .NET applications running in the cloud will benefit from using.
Рекомендации по теме
Комментарии
Автор

That was great and crisp. Please create some videos about other services as well

interviewhappy
Автор

So does this now mean that consumption based Azure Functions can run apps that use System.Drawing or is that still left out on purpose?

AvailableUsername
Автор

If someone wants to know the value of "AzureWebJobsStorage" environment variable for the Azure Storage Emulator, take this into account:

<appSettings>
<add key="StorageConnectionString" />
</appSettings>

malexandersalazar
Автор

Why do you show right click publish when in a real environment you would use a CI/CD pipeline?

hackerdb
Автор

"Azure Services", not "App Services". Sorry my dude. You didn't say it right.

Joooooooooooosh