Azure / Azure/reliability-workbook
Fix Service Bus part based on review
- Dominant language
- HCL
- Stars
- 61
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] SLA details needs to be updated. Premium AZ feature with partitions enabled has 99.99% SLA (page 78 in sla doc)

- [ ] Change the name of the "Capacity" column to "Messaging units" in the detail pane and summary pane to make the source clear


- [ ] Display number of Partition("premiumMessagingPartitions") as column
- Refer APRL
https://azure.github.io/Azure-Proactive-Resiliency-Library-v2/azure-resources/ServiceBus/namespaces/
- The following is result of ARG properties:
```json
{
"provisioningState": "Succeeded",
"publicNetworkAccess": "Enabled",
"status": "Active",
"minimumTlsVersion": "1.2",
"zoneRedundant": true,
"disableLocalAuth": false,
"serviceBusEndpoint": "https://tsunomursbs.servicebus.windows.net:443/",
"createdAt": "2024-05-20T08:18:03.9721924Z",
"updatedAt": "2024-05-20T08:50:05.9943875Z",
"metricId": "33325c7f-089d-493b-9ad9-1400a8da5394:tsunomursbs"
}
```
### memo
Currently, ARG does not support child resources such as queue and topic.
The following were considered but not obtained by ARG:
- can we also capture geo recovery feature is setup or not? not sure this is exposed in ARG
- Do we have ability to support partitioning as well?
- Can we check autoscaling?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.