forked from Azure-Samples/acme-fitness-store
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9c2da8
commit e8222b8
Showing
4 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export SUBSCRIPTION=CHANGE-ME # replace it with your subscription-id | ||
export RESOURCE_GROUP=acme-fitness-rg # existing resource group or one that will be created in next steps | ||
export SPRING_APPS_SERVICE=acme-fitness-YOUR-UNIQUE-USERNAME # A unique name of the service that will be created in the next steps | ||
export LOG_ANALYTICS_WORKSPACE=acme-fitness-la-CHANGE-ME # existing workspace or one that will be created in next steps | ||
export REGION=CHANGE-ME # choose a region with Enterprise tier support | ||
|
||
export CART_SERVICE_APP="cart-service" | ||
export IDENTITY_SERVICE_APP="identity-service" | ||
export ORDER_SERVICE_APP="order-service" | ||
export PAYMENT_SERVICE_APP="payment-service" | ||
export CATALOG_SERVICE_APP="catalog-service" | ||
export FRONTEND_APP="frontend" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
workshops/azure-spring-apps-enterprise/scripts/setup-env-variables.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export SUBSCRIPTION=c4a30c8e-eb68-47c8-87a6-c6ec0e7fc5dd # replace it with your subscription-id | ||
export RESOURCE_GROUP=acme-fitness-12-rg # existing resource group or one that will be created in next steps | ||
export SPRING_APPS_SERVICE=acme-fitness-12 # name of the service that will be created in the next steps | ||
export LOG_ANALYTICS_WORKSPACE=acme-fitness-12-la-caak # existing workspace or one that will be created in next steps | ||
export REGION=centralus # choose a region with Enterprise tier support | ||
|
||
export CART_SERVICE_APP="cart-service" | ||
export IDENTITY_SERVICE_APP="identity-service" | ||
export ORDER_SERVICE_APP="order-service" | ||
export PAYMENT_SERVICE_APP="payment-service" | ||
export CATALOG_SERVICE_APP="catalog-service" | ||
export FRONTEND_APP="frontend" | ||
|
||
export CUSTOM_BUILDER="no-bindings-builder" | ||
|