Skip to content

Commit 0d8ed87

Browse files
committed
fix links
1 parent 3e44724 commit 0d8ed87

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/databox-online/azure-stack-edge-gpu-prepare-device-failure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Azure Stack Edge works with Azure Backup and other third-party data protection s
7878
| Microsoft Azure Recovery Services (MARS) agent for Azure Backup | Windows | [About MARS agent](../backup/backup-azure-about-mars.md) |
7979
| Cohesity | Windows, Linux | [Microsoft Azure Integration, Backup & Recovery solution brief](https://www.cohesity.com/solution/cloud/azure) <br>For details, contact Cohesity. |
8080
| Commvault | Windows, Linux | [https://www.commvault.com/azure](https://www.commvault.com/azure) <br>For details, contact Commvault. |
81-
| Veritas | Windows, Linux | [https://vox.veritas.com/t5/Protection/Protecting-Azure-Stack-Edge-with-NetBackup/ba-p/883370](https://vox.veritas.com/t5/Protection/Protecting-Azure-Stack-Edge-with-NetBackup/ba-p/883370) <br> For details, contact Veritas. |
81+
| Veritas | Windows, Linux | [Protecting Microsoft Azure Stack VMs using NetBackup](https://www.veritas.com/support/en_US/doc/132560919-166025146-0/v132561184-166025146) <br> For details, contact Veritas. |
8282
| Veeam | Windows, Linux | [https://www.veeam.com/kb4041](https://www.veeam.com/kb4041) <br> For details, contact Veeam. |
8383

8484

articles/iot-hub-device-update/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you experience problems while using the Device Update service, there are seve
2222

2323
**Microsoft Customer Support team** - Users who have a [support plan](https://azure.microsoft.com/support/plans/) can engage the Microsoft Customer Support team by creating a support ticket directly from the [Azure portal](https://portal.azure.com/signin/index/?feature.settingsportalinstance=mpac).
2424

25-
**Feature requests** - The DU product tracks feature requests via the product's [Device Update Discussions](https://github.com/Azure/iot-hub-device-update/discussions) community.
25+
**Feature requests** - The DU product tracks feature requests via the product's [Device Update Discussions](https://github.com/Azure/iot-hub-device-update/blob/develop/CONTRIBUTING.md) community.
2626

2727
## Linux Operating Systems
2828

articles/iot-operations/develop-edge-apps/overview-iot-operations-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can develop custom solutions to address various scenarios with Azure IoT Ope
3232
- [State store support for WASM operators](howto-build-wasm-modules-vscode.md#state-store-support-for-wasm-operators)
3333

3434
- Build highly available applications that programmatically interact with the MQTT broker for reliable communication with Azure IoT Operations services. For example, the OPC UA connector enables you to control connected OPC UA servers by sending commands through the MQTT broker. The protocol compiler tool in the SDK lets you generate client code from models to simplify the development of such applications. The v2 version of the protocol compiler uses [Web of Things (WoT)](https://www.w3.org/TR/wot-thing-description11/) model files as input. To learn more, see:
35-
- [Protocol compiler v2](https://github.com/Azure/iot-operations-sdks/blob/main/codegen2/README.md)
35+
- [Protocol compiler v2](https://github.com/Azure/iot-operations-sdks/blob/main/wot-codegen/README.md)
3636
- [Protocol compiler](https://github.com/Azure/iot-operations-sdks/blob/main/codegen/README.md)
3737
- [OPC UA sample application](../discover-manage-assets/howto-control-opc-ua.md#sample-application)
3838

articles/service-bus-messaging/deprecate-service-bus-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For more information on Service Manager and Resource Manager APIs for Azure Serv
2222
| Service Manager APIs (Deprecated) | Resource Manager - Service Bus API | Resource Manager - Event Hubs API | Resource Manager - Relay API |
2323
| --------------- | ----------------- | ----------------- | ----------------- |
2424
| **Namespaces-GetNamespaceAsync** <br/>[Service Bus Get Namespace](/rest/api/servicebus/get-namespace)<br/>[Event Hubs Get Namespace](/rest/api/eventhub/get-event-hub)<br/>[Relay Get Namespace](/rest/api/servicebus/get-relays)<br/> ```GET https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name}``` | [get](/rest/api/servicebus/controlplane-stable/namespaces/get) | [get](/rest/api/eventhub/controlplane-stable/namespaces/get) | [get](/rest/api/relay/controlplane-preview/namespaces/get) |
25-
| **ConnectionDetails-GetConnectionDetails**<br/>Service Bus/Event Hub/Relay GetConnectionDetails<br/>```GET https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name}/ConnectionDetails``` | [listkeys](/rest/api/servicebus/controlplane-stable/namespaces-authorization-rules/list-keys) | [listkeys](/rest/api/eventhub/controlplane-stable/authorization-rules-event-hubs/list-keys) | [listkeys](/rest/api/relay/controlplane-stable/wcf-relays/list-keys) |
25+
| **ConnectionDetails-GetConnectionDetails**<br/>Service Bus/Event Hub/Relay GetConnectionDetails<br/>```GET https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name}/ConnectionDetails``` | [listkeys](/rest/api/servicebus/controlplane/namespaces/list-keys#namespaceauthorizationrulelistkey) | [listkeys](/rest/api/eventhub/controlplane-stable/authorization-rules-event-hubs/list-keys) | [listkeys](/rest/api/relay/controlplane-stable/wcf-relays/list-keys) |
2626
| **Topics-GetTopicsAsync**<br/>Service Bus<br/>```GET https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name}/topics? $skip={skip}&$top={top}``` | [list](/rest/api/servicebus/controlplane-preview/topics/list-by-namespace) | &nbsp; | &nbsp; |
2727
| **Queues-GetQueueAsync** <br/>Service Bus<br/>```GET https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name}/queues/{queueName}``` | [get](/rest/api/servicebus/controlplane-stable/queues/get) | &nbsp; | &nbsp; |
2828
| **Relays-GetRelaysAsync**<br/>[Get Relays](/rest/api/servicebus/get-relays)<br/>```GET https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name}/relays? $skip={skip}&$top={top}```| &nbsp; | &nbsp; | [list](/rest/api/relay/controlplane-stable/wcf-relays/list-by-namespace) |

0 commit comments

Comments
 (0)