Skip to content

Commit be56417

Browse files
committed
Update docs metadata
1 parent 7d5f077 commit be56417

File tree

2 files changed

+112
-0
lines changed

2 files changed

+112
-0
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title:
3+
keywords: Azure, dotnet, SDK, API, Azure.ResourceManager.ResourceConnector, resourceconnector
4+
author: pallavit
5+
ms.author: pallavit
6+
ms.date: 09/15/2023
7+
ms.topic: reference
8+
ms.devlang: dotnet
9+
ms.service: resourceconnector
10+
---
11+
# Microsoft Azure ResourceConnector management client library for .NET
12+
13+
Azure Arc resource connector or azure arc resource bridge is a Microsoft managed product that is part of the core Azure Arc platform. It is designed to host other Azure Arc services. The resource bridge supports VM self-servicing and management from Azure, for virtualized Windows and Linux virtual machines hosted in an on-premises environments (Arc Enabled VMware vSphere, Azure Stack HCI, Arc-enabled SCVMM).
14+
15+
Arc resource bridge is a packaged virtual machine that hosts a management Kubernetes cluster and requires minimal user management. The virtual machine is deployed on the on-premises infrastructure, and an ARM resource of Arc resource bridge is created in Azure. The two resources are then connected, allowing VM self-service and management from Azure. The on-premises resource bridge uses guest management to tag local resources, making them available in Azure.
16+
17+
18+
This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
19+
20+
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
21+
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
22+
- HTTP pipeline with custom policies.
23+
- Better error-handling.
24+
- Support uniform telemetry across all languages.
25+
26+
## Getting started
27+
28+
### Install the package
29+
30+
Install the Microsoft Azure ResourceConnector management library for .NET with [NuGet](https://www.nuget.org/):
31+
32+
```dotnetcli
33+
dotnet add package Azure.ResourceManager.ResourceConnector --prerelease
34+
```
35+
36+
### Prerequisites
37+
38+
* You must have an [Microsoft Azure subscription](https://azure.microsoft.com/free/dotnet/).
39+
40+
### Authenticate the Client
41+
42+
To create an authenticated client and start interacting with Microsoft Azure resources, see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ResourceConnector_1.0.0-beta.1/doc/dev/mgmt_quickstart.md).
43+
44+
## Key concepts
45+
46+
Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)
47+
48+
## Documentation
49+
50+
Documentation is available to help you learn how to use this package:
51+
52+
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ResourceConnector_1.0.0-beta.1/doc/dev/mgmt_quickstart.md).
53+
- [API References](/dotnet/api/?view=azure-dotnet).
54+
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ResourceConnector_1.0.0-beta.1/sdk/identity/Azure.Identity/README.md).
55+
56+
## Examples
57+
58+
Code samples for using the management library for .NET can be found in the following locations
59+
- [.NET Management Library Code Samples](https://aka.ms/azuresdk-net-mgmt-samples)
60+
61+
## Troubleshooting
62+
63+
- File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-net/issues).
64+
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure+.net) or ask new ones on Stack Overflow using Azure and .NET tags.
65+
66+
## Next steps
67+
68+
For more information about Microsoft Azure SDK, see [this website](https://azure.github.io/azure-sdk/).
69+
70+
## Contributing
71+
72+
For details on contributing to this repository, see the [contributing
73+
guide][cg].
74+
75+
This project welcomes contributions and suggestions. Most contributions
76+
require you to agree to a Contributor License Agreement (CLA) declaring
77+
that you have the right to, and actually do, grant us the rights to use
78+
your contribution. For details, visit <https://cla.microsoft.com>.
79+
80+
When you submit a pull request, a CLA-bot will automatically determine
81+
whether you need to provide a CLA and decorate the PR appropriately
82+
(for example, label, comment). Follow the instructions provided by the
83+
bot. You'll only need to do this action once across all repositories
84+
using our CLA.
85+
86+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For
87+
more information, see the [Code of Conduct FAQ][coc_faq] or contact
88+
<[email protected]> with any other questions or comments.
89+
90+
<!-- LINKS -->
91+
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ResourceConnector_1.0.0-beta.1/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
92+
[coc]: https://opensource.microsoft.com/codeofconduct/
93+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
94+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"Name": "Azure.ResourceManager.ResourceConnector",
3+
"Version": "1.0.0-beta.1",
4+
"DevVersion": null,
5+
"DirectoryPath": "sdk/resourceconnector/Azure.ResourceManager.ResourceConnector",
6+
"ServiceDirectory": "resourceconnector",
7+
"ReadMePath": "sdk/resourceconnector/Azure.ResourceManager.ResourceConnector/README.md",
8+
"ChangeLogPath": "sdk/resourceconnector/Azure.ResourceManager.ResourceConnector/CHANGELOG.md",
9+
"Group": null,
10+
"SdkType": "mgmt",
11+
"IsNewSdk": true,
12+
"ArtifactName": "Azure.ResourceManager.ResourceConnector",
13+
"ReleaseStatus": "2023-09-15",
14+
"Namespaces": [
15+
"Azure.ResourceManager.ResourceConnector",
16+
"Azure.ResourceManager.ResourceConnector.Models"
17+
]
18+
}

0 commit comments

Comments
 (0)