mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-28 04:29:13 +00:00
* src/SelfServe/Example/SelfServeExample.rp.ts. Portal changes for DedicatedGateway 1. Change Sqlx endpoints to SqlDedicatedGateway endpoint 2. Remove D32s from the SKU list 3. Add telemetry 4. Remove SKU details field per discussion 5. Support dynamic instance scaling. * format files to ensure format check and lint tests pass * Lint fixes * Lint fixes * Added metrics blade link * updated conditions for warning banner * fixed lint error * Incorporate metrics link and CR feedback * Lint fixes * CR feedback and fix links * CR feedback and fix links * Link fix * More fixes to the Dedicated Gateway layout * Format check * Fix casing Co-authored-by: Srinath Narayanan <srnara@microsoft.com>
56 lines
3.8 KiB
JSON
56 lines
3.8 KiB
JSON
{
|
|
"DedicatedGatewayDescription": "Provision a dedicated gateway cluster for your Azure Cosmos DB account. A dedicated gateway is compute that is a front-end to data in your Azure Cosmos DB account. Your dedicated gateway automatically includes the integrated cache, which can improve read performance.",
|
|
"DedicatedGateway": "Dedicated Gateway",
|
|
"Provisioned": "Provisioned",
|
|
"Deprovisioned": "Deprovisioned",
|
|
"LearnAboutDedicatedGateway": "Learn more about dedicated gateway.",
|
|
"DeprovisioningDetailsText": "Learn more about deprovisioning the dedicated gateway.",
|
|
"DedicatedGatewayPricing": "Learn more about dedicated gateway pricing.",
|
|
"SKUs": "SKUs",
|
|
"SKUsPlaceHolder": "Select SKUs",
|
|
"NumberOfInstances": "Number of instances",
|
|
"CosmosD4s": "Cosmos.D4s (General Purpose Cosmos Compute with 4 vCPUs, 16 GB Memory)",
|
|
"CosmosD8s": "Cosmos.D8s (General Purpose Cosmos Compute with 8 vCPUs, 32 GB Memory)",
|
|
"CosmosD16s": "Cosmos.D16s (General Purpose Cosmos Compute with 16 vCPUs, 64 GB Memory)",
|
|
"CosmosD32s": "Cosmos.D32s (General Purpose Cosmos Compute with 32 vCPUs, 128 GB Memory)",
|
|
"CreateMessage": "Dedicated gateway resource is being created.",
|
|
"CreateInitializeTitle": "Provisioning resource",
|
|
"CreateInitializeMessage": "Dedicated gateway resource will be provisioned.",
|
|
"CreateSuccessTitle": "Resource provisioned",
|
|
"CreateSuccesseMessage": "Dedicated gateway resource provisioned.",
|
|
"CreateFailureTitle": "Failed to provision resource",
|
|
"CreateFailureMessage": "Dedicated gateway resource provisioning failed.",
|
|
"UpdateMessage": "Dedicated gateway resource is being updated.",
|
|
"UpdateInitializeTitle": "Updating resource",
|
|
"UpdateInitializeMessage": "Dedicated gateway resource will be updated.",
|
|
"UpdateSuccessTitle": "Resource updated",
|
|
"UpdateSuccesseMessage": "Dedicated gateway resource updated.",
|
|
"UpdateFailureTitle": "Failed to update resource",
|
|
"UpdateFailureMessage": "Dedicated gateway resource updation failed.",
|
|
"DeleteMessage": "Dedicated gateway resource is being deleted.",
|
|
"DeleteInitializeTitle": "Deleting resource",
|
|
"DeleteInitializeMessage": "Dedicated gateway resource will be deleted.",
|
|
"DeleteSuccessTitle": "Resource deleted",
|
|
"DeleteSuccesseMessage": "Dedicated gateway resource deleted.",
|
|
"DeleteFailureTitle": "Failed to delete resource",
|
|
"DeleteFailureMessage": "Dedicated gateway resource deletion failed.",
|
|
"CannotSave": "Cannot save the changes to the Dedicated gateway resource at the moment.",
|
|
"DedicatedGatewayEndpoint": "Dedicated gatewayEndpoint",
|
|
"NoValue": "",
|
|
"CosmosD4Details": "General Purpose Cosmos Compute with 4 vCPUs, 16 GB Memory",
|
|
"CosmosD8Details": "General Purpose Cosmos Compute with 8 vCPUs, 32 GB Memory",
|
|
"CosmosD16Details": "General Purpose Cosmos Compute with 16 vCPUs, 64 GB Memory",
|
|
"Cost": "Cost",
|
|
"CostText": "Hourly cost of the dedicated gateway resource depends on the SKU selection, number of instances per region, and number of regions.",
|
|
"ConnectionString": "Connection String",
|
|
"ConnectionStringText": "To use the dedicated gateway, use the connection string shown in ",
|
|
"KeysBlade": "the keys blade.",
|
|
"MetricsString": "Metrics",
|
|
"MetricsText": "Monitor the CPU and memory usage for the dedicated gateway instances in ",
|
|
"MetricsBlade": "the metrics blade.",
|
|
"MonitorUsage": "Monitor Usage",
|
|
"ResizingDecisionText": "To understand if the dedicated gateway is the right size, ",
|
|
"ResizingDecisionLink": "learn more about dedicated gateway sizing.",
|
|
"WarningBannerOnUpdate": "Adding or modifying dedicated gateway instances may affect your bill.",
|
|
"WarningBannerOnDelete": "After deprovisioning the dedicated gateway, you must update any applications using the old dedicated gateway connection string."
|
|
} |