Azure-Samples/acme-fitness-store

add resoure-group option for the commands

jialigit opened this issue · 1 comments

We should add the resource-group option like the others.

az postgres flexible-server db create \
  --resource-group ${RESOURCE_GROUP} \
  --database-name ${ORDER_SERVICE_DB} \
  --server-name ${POSTGRES_SERVER}

az postgres flexible-server db create \
  --resource-group ${RESOURCE_GROUP} \
  --database-name ${CATALOG_SERVICE_DB} \
  --server-name ${POSTGRES_SERVER}

Like commands to look shorter, hence, we are relying on configuring environment defaults