Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
ArthurMa1978 committed Sep 26, 2024
commit 913cd9b44de472644e58e74fdd76e095e3713701
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft Azure ContainerOrchestratorRuntime management client library for .NET
# Microsoft Azure Container Orchestrator Runtime management client library for .NET

**[Describe the service briefly first.]**
AKS on Azure Stack HCI 23H2 uses Azure Arc to create new Kubernetes clusters on Azure Stack HCI directly from Azure. It enables you to use familiar tools like the Azure portal, Azure CLI, and Azure Resource Manager templates to create and manage your Kubernetes clusters running on Azure Stack HCI. Since clusters are automatically connected to Arc when they are created, you can use your Microsoft Entra ID for connecting to your clusters from anywhere. This ensures your developers and application operators can provision and configure Kubernetes clusters in accordance with company policies.

This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:

Expand All @@ -14,7 +14,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur

### Install the package

Install the Microsoft Azure ContainerOrchestratorRuntime management library for .NET with [NuGet](https://www.nuget.org/):
Install the Microsoft Azure Container Orchestrator Runtime management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.ContainerOrchestratorRuntime --prerelease
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading