Hi there, I am getting this while running terraform apply --auto-approve in Azure CloudShell
╷
│ Error: creating Database Account: (Name "ine-cosmos-db-data-15019585" / Resource Group "azuregoat_app"): waiting for the CosmosDB Account "ine-cosmos-db-data-15019585" (Resource Group "azuregoat_app") to finish creating/updating: Code="ServiceUnavailable" Message="Database account creation failed. Operation Id: 39f485cb-8cdd-4a07-a77d-c6a1d3ba0661, Error : Message: {\"code\":\"ServiceUnavailable\",\"message\":\"Sorry, we are currently experiencing high demand in East US region, and cannot fulfill your request at this time Wed, 10 Jul 2024 14:22:24 GMT. To request region access for your subscription, please follow this link https://aka.ms/cosmosdbquota for more details on how to create a region access request.\\r\\nActivityId: e4ddd100-6db7-4089-8eb7-1d014a871087, Microsoft.Azure.Documents.Common/2.14.0\"}, Request URI: /serviceReservation, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0"
│
│ with azurerm_cosmosdb_account.db,
│ on main.tf line 30, in resource "azurerm_cosmosdb_account" "db":
│ 30: resource "azurerm_cosmosdb_account" "db" {
│
│ Error: compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: autorest/azure: Service returned an error. Status=<nil> Code="SkuNotAvailable" Message="The requested VM size for resource 'Following SKUs have failed for Capacity Restrictions: Standard_B1s' is currently not available in location 'eastus'. Please try another size or deploy to a different location or different zone. See https://aka.ms/azureskunotavailable for details." Target="vmSize"
│
│ with azurerm_virtual_machine.dev-vm,
│ on main.tf line 381, in resource "azurerm_virtual_machine" "dev-vm":
│ 381: resource "azurerm_virtual_machine" "dev-vm" {
Hi there, I am getting this while running
terraform apply --auto-approve
in Azure CloudShell