Skip to content

Commit 06a2070

Browse files
cezudasravikiranvm
andauthored
Enable Azure as a supported benchmark provider (#2168)
Fixes OPS-3952. <img width="336" height="596" alt="Screenshot 2026-03-25 at 10 13 35" src="https://github.com/user-attachments/assets/2873c378-91bc-48d1-a8e9-eada35316abe" /> <img width="1512" height="776" alt="Screenshot 2026-03-25 at 10 13 48" src="https://github.com/user-attachments/assets/410eafc5-7d91-47fe-be16-82ac9d5b7843" /> <img width="1510" height="770" alt="Screenshot 2026-03-25 at 10 13 55" src="https://github.com/user-attachments/assets/0b848a60-414c-410f-972c-b2110a07da3c" /> <img width="1512" height="773" alt="Screenshot 2026-03-25 at 10 14 03" src="https://github.com/user-attachments/assets/e91fd373-952b-4203-87f0-8c465b11800b" /> <img width="1512" height="773" alt="Screenshot 2026-03-25 at 10 14 36" src="https://github.com/user-attachments/assets/87c854f7-32c8-4ba1-a75b-cd874653dfb6" /> <img width="1512" height="767" alt="Screenshot 2026-03-25 at 10 14 46" src="https://github.com/user-attachments/assets/2f6b74af-9e9f-41f4-b618-5a460cb0393d" /> <img width="1510" height="770" alt="Screenshot 2026-03-25 at 10 14 57" src="https://github.com/user-attachments/assets/c97c7d63-a9c8-4e98-8af6-c4851b877690" /> --------- Co-authored-by: Ravi Kiran <ravikiranvm@gmail.com> Co-authored-by: Ravi Kiran Vallamkonda <36404296+ravikiranvm@users.noreply.github.com>
1 parent 049b37a commit 06a2070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-ui/src/app/features/benchmark/cloud-providers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const CLOUD_PROVIDERS: CloudProvider[] = [
1818
value: 'azure',
1919
name: 'Azure',
2020
icon: '/blocks/azure.svg',
21-
enabled: false,
21+
enabled: true,
2222
authProviderKey: 'Azure',
2323
},
2424
{

0 commit comments

Comments
 (0)