Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] [RFE] Add/Fix link for Azure to provide deploy links #25

Open
NeilHanlon opened this issue May 3, 2024 · 1 comment
Open

[BUG] [RFE] Add/Fix link for Azure to provide deploy links #25

NeilHanlon opened this issue May 3, 2024 · 1 comment
Labels
type: bug Something isn't working

Comments

@NeilHanlon
Copy link
Member

To Reproduce

Click on Azure image link from Downloads page -- redirected to GCP link

Expected Behavior

Modal should pop up like AWS to provide deploy links

Screenshots

No response

Device

Desktop/Laptop

Browser

Blink (Chromium)

Operating System

n/a

Additional Context

az_sig_2024-05-03.json

Link to:

https://portal.azure.com/#view/Microsoft_Azure_Compute/CreateVmBlade/imageReference~/URLENCODED-STRUCT

data structure:

{
  "displayName": "Rocky-9-x86_64-Base",
  "osType": "Linux",
  "imageId": "/providers/Microsoft.Compute/locations/eastus//CommunityGalleries/rocky-dc1c6aa6-905b-4d9c-9577-63ccc28c482a/Images/Rocky-9-x86_64-Base",
  "communityImage": "/CommunityGalleries/rocky-dc1c6aa6-905b-4d9c-9577-63ccc28c482a/Images/Rocky-9-x86_64-Base",
  "location": "eastus",
  "allowedLocations": [],
  "isSharedImage": true,
  "isSpecializedImage": false,
  "hyperVGeneration": "V2",
  "architecture": "x64",
  "securityType": "TrustedLaunch"
}
@NeilHanlon NeilHanlon added the type: bug Something isn't working label May 3, 2024
@NeilHanlon
Copy link
Member Author

We support every region (right now).

Options include:

Rocky-9-aarch64-Base
Rocky-9-aarch64-LVM
Rocky-9-x86_64-Base
Rocky-9-x86_64-LVM
Rocky-8-aarch64-Base
Rocky-8-aarch64-LVM
Rocky-8-x86_64-Base
Rocky-8-x86_64-LVM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant