Skip to content

Commit b5bc2a1

Browse files
Fix Acrolinx and list numbering issues in Service Bus docs
1 parent ec97b74 commit b5bc2a1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/service-bus-messaging/configure-customer-managed-key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can use Azure Key Vault (including Azure Key Vault Managed Hardware Security
1818
If you only need to encrypt certain properties of your messages, consider using a library like [NServiceBus](https://docs.particular.net/nservicebus/security/property-encryption).
1919

2020
> [!NOTE]
21-
> A customer-managed keys for is considered disabled in the following scenarios:
21+
> A customer-managed key is considered disabled in the following scenarios:
2222
> - Revoking access: If Service Bus no longer has permission to access the key in Azure Key Vault.
2323
> - Disabling the key: Manually disabling the key in Key Vault renders it unusable.
2424
> - Letting the key expire: If the key reaches its expiration date without renewal. Letting a key expire has the same effect as revoking or disabling it. Always rotate or renew keys before they expire to avoid unintended outages.
@@ -737,7 +737,7 @@ You get an error stating that the Service Bus namespace is disabled because the
737737

738738
### Cause
739739

740-
You're be using the `resource_id` or `version`, which links to a specific version of the key, which is expired. If a specific version is provided, Service Bus uses that version of the key, even if the key is rotated.
740+
You're using the `resource_id` or `version`, which links to a specific version of the key, which is expired. If a specific version is provided, Service Bus uses that version of the key, even if the key is rotated.
741741

742742
### Resolution
743743

articles/service-bus-messaging/transport-layer-security-configure-minimum-version.md

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

142142
---
143143

144-
1. Save the template.
145-
1. Specify the resource group parameter, and then select the **Review + create** button to deploy the template and create a namespace with the `MinimumTlsVersion` property configured.
144+
5. Save the template.
145+
6. Specify the resource group parameter, and then select the **Review + create** button to deploy the template and create a namespace with the `MinimumTlsVersion` property configured.
146146

147147
> [!NOTE]
148148
> After you update the minimum TLS version for the Service Bus namespace, it can take up to 30 seconds before the change is fully propagated.

0 commit comments

Comments
 (0)