Skip to content

Commit b4b21a8

Browse files
committed
Update docs metadata
1 parent 2d78447 commit b4b21a8

2 files changed

Lines changed: 110 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)