Skip to content

Commit ec97b74

Browse files
Fix documentation validation errors
- Fix bookmark reference in service-bus-ip-filtering.md (#use-a-template) - Fix duplicate tab IDs in enable-partitions-basic-standard.md (bicep-topic/arm-topic)
1 parent 4fd886e commit ec97b74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/service-bus-messaging/enable-partitions-basic-standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ resource serviceBusNamespace 'Microsoft.ServiceBus/namespaces@2024-01-01' = {
154154

155155
To **create a topic with partitioning enabled**, set `enablePartitioning` to `true` in the topic properties section. For more information, see [Microsoft.ServiceBus namespaces/topics template reference](/azure/templates/microsoft.servicebus/namespaces/topics?tabs=json).
156156

157-
# [Bicep](#tab/bicep)
157+
# [Bicep](#tab/bicep-topic)
158158

159159
```bicep
160160
@description('Name of the Service Bus namespace')
@@ -182,7 +182,7 @@ resource serviceBusNamespace 'Microsoft.ServiceBus/namespaces@2024-01-01' = {
182182
}
183183
```
184184

185-
# [ARM template](#tab/arm)
185+
# [ARM template](#tab/arm-topic)
186186

187187
```json
188188
{

articles/service-bus-messaging/service-bus-ip-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Apply the IP firewall rules at the Service Bus namespace level. Therefore, the r
2222
> The networking options differ between Service Bus SKUs. The **Standard SKU** supports IP filtering but does not include the "Trusted Services" option. For Premium SKU networking features, please refer to the dedicated Premium SKU networking documentation.
2323
2424
## Important points
25-
- Private Endpoints and Service Endpoints are supported only in the **premium** tier of Service Bus. If upgrading to the **premium** tier isn't an option, you can use IP firewall rules by using the [Azure portal](#use-azure-portal), [Azure Resource Manager templates](#use-resource-manager-template), [Azure CLI](#use-azure-cli), [PowerShell](#use-azure-powershell), or [REST API](#rest-api).
25+
- Private Endpoints and Service Endpoints are supported only in the **premium** tier of Service Bus. If upgrading to the **premium** tier isn't an option, you can use IP firewall rules by using the [Azure portal](#use-azure-portal), [Azure Resource Manager templates](#use-a-template), [Azure CLI](#use-azure-cli), [PowerShell](#use-azure-powershell), or [REST API](#rest-api).
2626
- Specify **at least one IP firewall rule or virtual network rule** for the namespace to allow traffic only from the specified IP addresses or subnet of a virtual network. If there are no IP and virtual network rules, the namespace is accessible over the public internet (using the access key).
2727
- Implementing firewall rules can prevent other Azure services from interacting with Service Bus. As an exception, you can allow access to Service Bus resources from certain **trusted services** even when IP filtering is enabled. For a list of trusted services, see [Trusted services](#trusted-microsoft-services).
2828

0 commit comments

Comments
 (0)