|
| 1 | +# Azure Hybrid Connectivity Management client library for .NET |
| 2 | + |
| 3 | +This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. |
| 4 | + |
| 5 | +## Getting started |
| 6 | + |
| 7 | +### Install the package |
| 8 | + |
| 9 | +Install the Azure Hybrid Connectivity management library for .NET with [NuGet](https://www.nuget.org/): |
| 10 | + |
| 11 | +```PowerShell |
| 12 | +Install-Package Azure.ResourceManager.HybridConnectivity -Version 1.0.0-beta.1 |
| 13 | +``` |
| 14 | + |
| 15 | +### Prerequisites |
| 16 | + |
| 17 | +* You must have an [Azure subscription](https://azure.microsoft.com/free/dotnet/) |
| 18 | + |
| 19 | +### Authenticate the Client |
| 20 | + |
| 21 | +To create an authenticated client and start interacting with Azure resources, please see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/mgmt_preview_quickstart.md) |
| 22 | + |
| 23 | +## Key concepts |
| 24 | + |
| 25 | +Key concepts of the Azure .NET SDK can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html) |
| 26 | + |
| 27 | +## Documentation |
| 28 | + |
| 29 | +Documentation is available to help you learn how to use this package |
| 30 | + |
| 31 | +- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/mgmt_preview_quickstart.md) |
| 32 | +- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet) |
| 33 | +- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md) |
| 34 | + |
| 35 | +## Examples |
| 36 | + |
| 37 | +Code samples for using the management library for .NET can be found in the following locations |
| 38 | +- [.NET Management Library Code Samples](https://docs.microsoft.com/samples/browse/?branch=master&languages=csharp&term=managing%20using%20Azure%20.NET%20SDK) |
| 39 | + |
| 40 | +## Troubleshooting |
| 41 | + |
| 42 | +- File an issue via [Github |
| 43 | + Issues](https://github.com/Azure/azure-sdk-for-net/issues) |
| 44 | +- Check [previous |
| 45 | + questions](https://stackoverflow.com/questions/tagged/azure+.net) |
| 46 | + or ask new ones on Stack Overflow using azure and .net tags. |
| 47 | + |
| 48 | + |
| 49 | +## Next steps |
| 50 | + |
| 51 | +For more information on Azure SDK, please refer to [this website](https://azure.github.io/azure-sdk/) |
| 52 | + |
| 53 | +## Contributing |
| 54 | + |
| 55 | +For details on contributing to this repository, see the [contributing |
| 56 | +guide](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md). |
| 57 | + |
| 58 | +This project welcomes contributions and suggestions. Most contributions |
| 59 | +require you to agree to a Contributor License Agreement (CLA) declaring |
| 60 | +that you have the right to, and actually do, grant us the rights to use |
| 61 | +your contribution. For details, visit <https://cla.microsoft.com>. |
| 62 | + |
| 63 | +When you submit a pull request, a CLA-bot will automatically determine |
| 64 | +whether you need to provide a CLA and decorate the PR appropriately |
| 65 | +(e.g., label, comment). Simply follow the instructions provided by the |
| 66 | +bot. You will only need to do this once across all repositories using |
| 67 | +our CLA. |
| 68 | + |
| 69 | +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For |
| 70 | +more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact |
| 71 | +<opencode@microsoft.com> with any additional questions or comments. |
| 72 | + |
| 73 | +<!-- LINKS --> |
| 74 | +[style-guide-msft]: https://docs.microsoft.com/style-guide/capitalization |
| 75 | +[style-guide-cloud]: https://aka.ms/azsdk/cloud-style-guide |
| 76 | + |
| 77 | + |
0 commit comments