Skip to content

Commit 1e1d741

Browse files
Fixes Terraform code of Azure Web Apps + CosmosDB for MongoDB sample (#58)
1 parent 3376bd9 commit 1e1d741

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

samples/web-app-cosmosdb-mongodb-api/python/terraform/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ locals {
44
suffix = lower(var.suffix)
55
resource_group_name = "${var.prefix}-rg"
66
log_analytics_name = "${local.prefix}-log-analytics-${local.suffix}"
7-
storage_account_name = "${local.prefix}datastore${local.suffix}"
87
virtual_network_name = "${local.prefix}-vnet-${local.suffix}"
98
nat_gateway_name = "${local.prefix}-nat-gateway-${local.suffix}"
109
private_endpoint_name = "${local.prefix}-mongodb-pe-${local.suffix}"

samples/web-app-cosmosdb-mongodb-api/python/terraform/terraforom.tfvars renamed to samples/web-app-cosmosdb-mongodb-api/python/terraform/terraform.tfvars

File renamed without changes.

0 commit comments

Comments
 (0)