Skip to content

Commit 50c3332

Browse files
committed
[GREAT DIVIDE] Root includes roll back 15/22
1 parent 00e1b1e commit 50c3332

File tree

100 files changed

+128
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+128
-128
lines changed

articles/service-bus-messaging/includes/service-bus-websockets-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The AMQP-over-WebSockets protocol option runs over port TCP 443 just like the HT
2222
| JavaScript | When creating Service Bus client objects, use the `webSocketOptions` property in [ServiceBusClientOptions](/javascript/api/@azure/service-bus/servicebusclientoptions). |
2323
| Python | When creating Service Bus clients, set [ServiceBusClient.transport_type](/python/api/azure-servicebus/azure.servicebus.servicebusclient) to [TransportType.AmqpOverWebSocket](/python/api/azure-servicebus/azure.servicebus.transporttype) |
2424

25-
[!INCLUDE [service-bus-track-0-and-1-sdk-support-retirement](~/reusable-content/ce-skilling/azure/includes/service-bus-track-0-and-1-sdk-support-retirement.md)]
25+
[!INCLUDE [service-bus-track-0-and-1-sdk-support-retirement](../../../includes/service-bus-track-0-and-1-sdk-support-retirement.md)]

articles/service-bus-messaging/service-bus-prefetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Samples for the older .NET and Java client libraries:
5959
- [Azure Service Bus client library samples for .NET (legacy)](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.Azure.ServiceBus/) - See the **Prefetch** sample.
6060
- [Azure Service Bus client library samples for Java (legacy)](https://github.com/Azure/azure-service-bus/tree/master/samples/Java/azure-servicebus) - See the **Prefetch** sample.
6161

62-
[!INCLUDE [service-bus-track-0-and-1-sdk-support-retirement](~/reusable-content/ce-skilling/azure/includes/service-bus-track-0-and-1-sdk-support-retirement.md)]
62+
[!INCLUDE [service-bus-track-0-and-1-sdk-support-retirement](../../includes/service-bus-track-0-and-1-sdk-support-retirement.md)]

articles/service-bus-messaging/service-bus-queues-topics-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ For samples that use the older .NET and Java client libraries, use the following
116116
- [Azure Service Bus client library samples for .NET (legacy)](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.Azure.ServiceBus/)
117117
- [Azure Service Bus client library samples for Java (legacy)](https://github.com/Azure/azure-service-bus/tree/master/samples/Java/azure-servicebus/MessageBrowse)
118118

119-
[!INCLUDE [service-bus-track-0-and-1-sdk-support-retirement](~/reusable-content/ce-skilling/azure/includes/service-bus-track-0-and-1-sdk-support-retirement.md)]
119+
[!INCLUDE [service-bus-track-0-and-1-sdk-support-retirement](../../includes/service-bus-track-0-and-1-sdk-support-retirement.md)]

articles/service-bus-messaging/service-bus-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ ms.date: 12/07/2023
99
This section lists basic quotas and throttling thresholds in Azure Service Bus messaging.
1010

1111
## Messaging quotas
12-
[!INCLUDE [service-bus-quotas-table](~/reusable-content/ce-skilling/azure/includes/service-bus-quotas-table.md)]
12+
[!INCLUDE [service-bus-quotas-table](../../includes/service-bus-quotas-table.md)]
1313

articles/service-bus-messaging/service-bus-resource-manager-namespace-auth-rule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For the complete template, see the [Service Bus authorization rule template][Ser
2828
>
2929
> To check for the latest templates, visit the [Azure Quickstart Templates][Azure Quickstart Templates] gallery and search for **Service Bus**.
3030
31-
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
31+
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
3232

3333
## What will you deploy?
3434

@@ -147,7 +147,7 @@ For JSON syntax and properties, see [namespaces](/azure/templates/microsoft.serv
147147

148148
## Commands to run deployment
149149

150-
[!INCLUDE [app-service-deploy-commands](~/reusable-content/ce-skilling/azure/includes/app-service-deploy-commands.md)]
150+
[!INCLUDE [app-service-deploy-commands](../../includes/app-service-deploy-commands.md)]
151151

152152
### PowerShell
153153

articles/service-bus-messaging/service-bus-resource-manager-namespace-queue-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: subject-bicepqs, mode-arm, devx-track-bicep
1313

1414
This article shows how to use a Bicep file that creates a Service Bus namespace and a queue within that namespace. The article explains how to specify which resources are deployed and how to define parameters that are specified when the deployment is executed. You can use this Bicep file for your own deployments, or customize it to meet your requirements.
1515

16-
[!INCLUDE [About Bicep](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-bicep-introduction.md)]
16+
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
1717

1818
## Prerequisites
1919

articles/service-bus-messaging/service-bus-resource-manager-namespace-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: subject-armqs, mode-arm, devx-track-arm-template
1313

1414
This article shows how to use an Azure Resource Manager template (ARM template) that creates a Service Bus namespace and a queue within that namespace. The article explains how to specify which resources are deployed and how to define parameters that are specified when the deployment is executed. You can use this template for your own deployments, or customize it to meet your requirements.
1515

16-
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
16+
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1717

1818
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
1919

articles/service-bus-messaging/service-bus-resource-manager-namespace-topic-with-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ For JSON syntax and properties, see [namespaces](/azure/templates/microsoft.serv
161161

162162
## Commands to run deployment
163163

164-
[!INCLUDE [app-service-deploy-commands](~/reusable-content/ce-skilling/azure/includes/app-service-deploy-commands.md)]
164+
[!INCLUDE [app-service-deploy-commands](../../includes/app-service-deploy-commands.md)]
165165

166166
## PowerShell
167167

articles/service-bus-messaging/service-bus-resource-manager-namespace-topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ For JSON syntax and properties, see [namespaces](/azure/templates/microsoft.serv
128128

129129
## Commands to run deployment
130130

131-
[!INCLUDE [app-service-deploy-commands](~/reusable-content/ce-skilling/azure/includes/app-service-deploy-commands.md)]
131+
[!INCLUDE [app-service-deploy-commands](../../includes/app-service-deploy-commands.md)]
132132

133133
## PowerShell
134134

articles/service-bus-messaging/service-bus-resource-manager-namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following templates are also available for creating Service Bus namespaces:
2020
* [Create a Service Bus namespace with queue and authorization rule](./service-bus-resource-manager-namespace-auth-rule.md)
2121
* [Create a Service Bus namespace with topic, subscription, and rule](./service-bus-resource-manager-namespace-topic-with-rule.md)
2222

23-
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
23+
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2424

2525
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
2626

0 commit comments

Comments
 (0)