Azure / Azure/reliability-workbook

Fix Service Bus part based on review

Open
#173 0 comments 0 reactions 1 assignee Claimed by @nseresha View on GitHub
enhancement forGA Impact to Advisor M
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)
![image](https://github.com/Azure/reliability-workbook/assets/3822284/35ae512b-79ff-4021-be4f-ebd69b3e578b)
- [ ] Change the name of the "Capacity" column to "Messaging units" in the detail pane and summary pane to make the source clear
![image](https://github.com/Azure/reliability-workbook/assets/3822284/90dc6458-2756-4a07-9050-e8a5d3edb408)
![image](https://github.com/Azure/reliability-workbook/assets/3822284/1c492b22-33e7-4de2-9a0c-633c094d708b)
- [ ] 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.