dotnet --version
dotnet --list-sdks
dotnet --info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project Sdk="Microsoft.NET.Sdk"> | |
<PropertyGroup> | |
<OutputType>Exe</OutputType> | |
<TargetFramework>net6.0</TargetFramework> | |
<ImplicitUsings>enable</ImplicitUsings> | |
<Nullable>enable</Nullable> | |
</PropertyGroup> | |
</Project> |
https://docs.microsoft.com/azure/templates/
az login
az group create \
https://aka.ms/automategithubworkflow3.30
az login
az group create --name <resource-group-name> --location eastus
- YouTube Video: https://www.youtube.com/watch?v=qcOy7klf8tM
- Learning Path: https://aka.ms/fundamentalsofbicep032322
https://docs.microsoft.com/azure/templates/
The newest Azure SDK for .NET includes include a client library that you can use to manage your Azure Blob Storage containers and blobs from C# code. In this guide, we will look at how you can get started with the latest version of this SDK.
⚠️ This guide is based on the latest version (v12) of the Azure Blob Storage client library. If you have worked with previous versions, some class and member names may have changed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder