Azure-Samples/aci-docs-sample-dotnet
Fork: 6 Star: 8 (更新于 2024-10-31 22:21:29)
license: MIT
Language: C# .
.NET Core console application demonstrating several common operations in Azure Container Instances (ACI). The code in this project backs one or more articles on docs.microsoft.com.
最后发布版本: 83708 ( 2019-09-13 08:36:59)
page_type: sample languages:
- csharp products:
- azure description: "This .NET Core 2.0 console application demonstrates several common Azure Container Instances (ACI) operations in C# using the fluent APIs in the Azure Management Libraries for .NET." urlFragment: aci-docs-sample-dotnet
Azure Container Instances .NET code samples for documentation
This .NET Core 2.0 console application demonstrates several common Azure Container Instances (ACI) operations in C# using the fluent APIs in the Azure Management Libraries for .NET.
The code in this project is ingested into one or more articles on docs.microsoft.com. Modifying the existing #region
tags in the sample source may impact the rendering of code snippets on docs.microsoft.com, and is discouraged.
Features
The code in this sample project demonstrates the following operations:
- Authenticate with Azure
- Create resource group
- Create single- and multi-container container groups
- Expose application container to internet with public DNS name
- Multi-container group includes both application and sidecar containers
- Demonstrate async container group create
- Run a task-based container with custom command line and environment variables
- Get and print container group details
- Delete container groups
- Delete resource group
Getting Started
Prerequisites
- Azure subscription
- Microsoft .NET Core SDK version 2.1.2+
Run the sample
-
Use the Azure CLI (or Cloud Shell) to generate an Azure credentials file (more info)
az ad sp create-for-rbac --sdk-auth > my.azureauth
-
Set environment variable
AZURE_AUTH_LOCATION
to the full path of the credentials file -
git clone https://github.com/Azure-Samples/aci-docs-sample-dotnet
-
cd aci-docs-sample-dotnet
-
dotnet run
Resources
最近版本更新:(数据更新于 2024-09-05 19:19:43)
2019-09-13 08:36:59 83708
主题(topics):
aci, azure, container, instances
Azure-Samples/aci-docs-sample-dotnet同语言 C#最近更新仓库
2024-11-04 20:01:02 Pik-4/HsMod
2024-11-03 23:57:50 jellyfin/jellyfin
2024-10-31 10:00:36 metatube-community/jellyfin-plugin-metatube
2024-10-30 03:58:07 AlchlcDvl/TownOfUsReworked
2024-10-26 07:18:02 Azure/azure-sdk-for-net
2024-10-23 06:18:57 PowerShell/PowerShell