Skip to content

Commit f943b91

Browse files
committed
Update docs metadata
1 parent d85d380 commit f943b91

File tree

2 files changed

+123
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)