|
| 1 | + |
| 2 | +# Microsoft Azure MobileNetwork management client library for .NET |
| 3 | + |
| 4 | +[Azure Private 5G](https://learn.microsoft.com/azure/private-5g-core/private-5g-core-overview) is an Azure cloud service for deploying and managing 5G core network functions on an Azure Stack Edge device, as part of an on-premises private mobile network for enterprises. The 5G core network functions connect with standard 4G and 5G standalone radio access networks (RANs) to provide high performance, low latency, and secure connectivity for 5G Internet of Things (IoT) devices. Azure Private 5G Core gives enterprises full control and visibility of their private mobile networks. |
| 5 | + |
| 6 | +This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities: |
| 7 | + |
| 8 | + - Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET. |
| 9 | + - Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing. |
| 10 | + - HTTP pipeline with custom policies. |
| 11 | + - Better error-handling. |
| 12 | + - Support uniform telemetry across all languages. |
| 13 | + |
| 14 | +## Getting started |
| 15 | + |
| 16 | +### Install the package |
| 17 | + |
| 18 | +Install the Microsoft Azure MobileNetwork management library for .NET with [NuGet](https://www.nuget.org/): |
| 19 | + |
| 20 | +```dotnetcli |
| 21 | +dotnet add package Azure.ResourceManager.MobileNetwork --prerelease |
| 22 | +``` |
| 23 | + |
| 24 | +### Prerequisites |
| 25 | + |
| 26 | +* You must have an [Microsoft Azure subscription](https://azure.microsoft.com/free/dotnet/). |
| 27 | + |
| 28 | +### Authenticate the Client |
| 29 | + |
| 30 | +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/main/doc/dev/mgmt_quickstart.md). |
| 31 | + |
| 32 | +## Key concepts |
| 33 | + |
| 34 | +Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html) |
| 35 | + |
| 36 | +## Documentation |
| 37 | + |
| 38 | +Documentation is available to help you learn how to use this package: |
| 39 | + |
| 40 | +- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md). |
| 41 | +- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet). |
| 42 | +- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md). |
| 43 | + |
| 44 | +## Examples |
| 45 | + |
| 46 | +Code samples for using the management library for .NET can be found in the following locations |
| 47 | +- [.NET Management Library Code Samples](https://aka.ms/azuresdk-net-mgmt-samples) |
| 48 | + |
| 49 | +## Troubleshooting |
| 50 | + |
| 51 | +- File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-net/issues). |
| 52 | +- Check [previous questions](https://stackoverflow.com/questions/tagged/azure+.net) or ask new ones on Stack Overflow using Azure and .NET tags. |
| 53 | + |
| 54 | +## Next steps |
| 55 | + |
| 56 | +For more information about Microsoft Azure SDK, see [this website](https://azure.github.io/azure-sdk/). |
| 57 | + |
| 58 | +## Contributing |
| 59 | + |
| 60 | +For details on contributing to this repository, see the [contributing |
| 61 | +guide][cg]. |
| 62 | + |
| 63 | +This project welcomes contributions and suggestions. Most contributions |
| 64 | +require you to agree to a Contributor License Agreement (CLA) declaring |
| 65 | +that you have the right to, and actually do, grant us the rights to use |
| 66 | +your contribution. For details, visit <https://cla.microsoft.com>. |
| 67 | + |
| 68 | +When you submit a pull request, a CLA-bot will automatically determine |
| 69 | +whether you need to provide a CLA and decorate the PR appropriately |
| 70 | +(for example, label, comment). Follow the instructions provided by the |
| 71 | +bot. You'll only need to do this action once across all repositories |
| 72 | +using our CLA. |
| 73 | + |
| 74 | +This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For |
| 75 | +more information, see the [Code of Conduct FAQ][coc_faq] or contact |
| 76 | +<[email protected]> with any other questions or comments. |
| 77 | + |
| 78 | +<!-- LINKS --> |
| 79 | +[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md |
| 80 | +[coc]: https://opensource.microsoft.com/codeofconduct/ |
| 81 | +[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ |
0 commit comments