Skip to content

Commit

Permalink
guess what is "x" in Azure server names
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Oct 24, 2024
1 parent c3d4740 commit 059207b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sc_crawler/vendors/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def _prices(url_params: Optional[str] = None) -> List[dict]:
# not part of the official docs, searched at random places
"r": "RDMA capable",
"e": "Memory Optimized", # Standard_DC2es_v5
"x": "Unmatched Memory Capacity", # TODO confirm
}
"""Map lowercase chars from the server name to features."""

Expand Down

0 comments on commit 059207b

Please sign in to comment.