Skip to content

Commit e4d9846

Browse files
Merge pull request #222478 from pritamso/Broken-link-fix-tayganr
Broken link fixed
2 parents b944eff + c053463 commit e4d9846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/purview/concept-best-practices-automation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This article provides a summary of the options available, and guidance on what t
3232
**API** | <ul><li><a href="/rest/api/purview/" target="_blank">REST API</a></li></ul> | On-Demand | ✓ | ✓ | ✓ | |
3333
**Streaming** (Apache Atlas) | <ul><li><a href="/azure/purview/manage-kafka-dotnet" target="_blank">Event Hubs</a></li></ul> | Real-Time | | ✓ | | |
3434
**Monitoring** | <ul><li><a href="/azure/azure-monitor/essentials/diagnostic-settings?tabs=CMD#destinations" target="_blank">Azure Monitor</a></li></ul> | Monitoring | | | | ✓ |
35-
**SDK** | <ul><li><a href="/dotnet/api/overview/azure/purviewresourceprovider" target="_blank">.NET</a></li><li><a href="/java/api/overview/azure/purview" target="_blank">Java</a></li><li><a href="/javascript/api/overview/azure/purview" target="_blank">JavaScript</a></li><li><a href="/python/api/overview/azure/purview" target="_blank">Python</a></li></ul> | Custom Development | ✓ | ✓ | ✓ | |
35+
**SDK** | <ul><li><a href="/dotnet/api/overview/azure/purview" target="_blank">.NET</a></li><li><a href="/java/api/overview/azure/purview" target="_blank">Java</a></li><li><a href="/javascript/api/overview/azure/purview" target="_blank">JavaScript</a></li><li><a href="/python/api/overview/azure/purview" target="_blank">Python</a></li></ul> | Custom Development | ✓ | ✓ | ✓ | |
3636

3737
## Resource Management
3838
[Azure Resource Manager](../azure-resource-manager/management/overview.md) is a deployment and management service, which enables customers to create, update, and delete resources in Azure. When deploying Azure resources repeatedly, ARM templates can be used to ensure consistency, this approach is referred to as Infrastructure as Code.
@@ -87,7 +87,7 @@ When to use?
8787
## SDK
8888
Microsoft provides Azure SDKs to programmatically manage and interact with Azure services. Microsoft Purview client libraries are available in several languages (.NET, Java, JavaScript, and Python), designed to be consistent, approachable, and idiomatic.
8989

90-
* [.NET](/dotnet/api/overview/azure/purviewresourceprovider)
90+
* [.NET](/dotnet/api/overview/azure/purview)
9191
* [Java](/java/api/overview/azure/purview)
9292
* [JavaScript](/javascript/api/overview/azure/purview)
9393
* [Python](/python/api/overview/azure/purview)
@@ -96,4 +96,4 @@ When to use?
9696
* Recommended over the REST API as the native client libraries (where available) will follow standard programming language conventions in line with the target language that will feel natural to the developer.
9797

9898
## Next steps
99-
* [Microsoft Purview REST API](/rest/api/purview)
99+
* [Microsoft Purview REST API](/rest/api/purview)

0 commit comments

Comments
 (0)