Skip to content

Commit c1588d3

Browse files
authored
Update Azure benchmark workflow catalog (#2188)
Fixes OPS-4027. ## Additional Notes - I've imported flows from PG1 env. - Fixed `Subscriptions` loop in both of them. - Fixed values for `Service` column in the Opportunities table step to make them consistent across the flows.
1 parent 3ab64d6 commit c1588d3

8 files changed

Lines changed: 1544 additions & 38 deletions

packages/server/api/src/app/benchmark/providers/azure/azure.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,30 @@
3636
"type": "static",
3737
"values": [
3838
{
39-
"id": "Azure Benchmark - Elastic Pool Storage",
40-
"displayName": "Elastic Pool Storage",
39+
"id": "Azure Benchmark - Advisor Idle App Service Plan",
40+
"displayName": "Advisor Idle App Service Plan",
4141
"imageLogoUrl": "/blocks/workflow.svg"
4242
},
4343
{
44-
"id": "Azure Benchmark - Elastic Pools",
45-
"displayName": "Elastic Pools",
44+
"id": "Azure Benchmark - Advisor Idle VMs",
45+
"displayName": "Advisor Idle VMs",
46+
"imageLogoUrl": "/blocks/workflow.svg"
47+
},
48+
{
49+
"id": "Azure Benchmark - Elastic Pool Storage",
50+
"displayName": "Elastic Pool Storage",
4651
"imageLogoUrl": "/blocks/workflow.svg"
4752
},
4853
{
4954
"id": "Azure Benchmark - Idle VMs",
5055
"displayName": "Idle VMs",
5156
"imageLogoUrl": "/blocks/workflow.svg"
5257
},
58+
{
59+
"id": "Azure Benchmark - Elastic Pools",
60+
"displayName": "Elastic Pools",
61+
"imageLogoUrl": "/blocks/workflow.svg"
62+
},
5363
{
5464
"id": "Azure Benchmark - Rightsizing ASE",
5565
"displayName": "Rightsizing ASE",

0 commit comments

Comments
 (0)