File tree Expand file tree Collapse file tree
web-app-cosmosdb-mongodb-api/python
web-app-cosmosdb-nosql-api/python/scripts
web-app-managed-identity/python
web-app-sql-database/python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 134134
135135# Create the zip package of the web app
136136echo " Creating zip package of the web app..."
137- zip -r " $ZIPFILE " app.py mongodb.py static templates requirements.txt
137+ zip -r " $ZIPFILE " app.py mongodb.py gunicorn.conf.py static templates requirements.txt
138138
139139# Deploy the web app
140140# Deploy the web app
Original file line number Diff line number Diff line change 919919
920920# Create the zip package of the web app
921921echo " Creating zip package of the web app..."
922- zip -r " $ZIPFILE " app.py mongodb.py static templates requirements.txt
922+ zip -r " $ZIPFILE " app.py mongodb.py gunicorn.conf.py static templates requirements.txt
923923
924924# List the contents of the zip package
925925echo " Contents of the zip package [$ZIPFILE ]:"
Original file line number Diff line number Diff line change 6161
6262# Create the zip package of the web app
6363echo " Creating zip package of the web app..."
64- zip -r " $ZIPFILE " app.py mongodb.py static templates requirements.txt
64+ zip -r " $ZIPFILE " app.py mongodb.py gunicorn.conf.py static templates requirements.txt
6565
6666# Deploy the web app
6767# Deploy the web app
Original file line number Diff line number Diff line change 108108
109109# Create the zip package of the web app
110110echo " Creating zip package of the web app..."
111- zip -r " $ZIPFILE " app.py cosmosdb_client.py static templates requirements.txt
111+ zip -r " $ZIPFILE " app.py cosmosdb_client.py gunicorn.conf.py static templates requirements.txt
112112
113113# Deploy the web app
114114echo " Deploying web app [$WEB_APP_NAME ] with zip file [$ZIPFILE ]..."
Original file line number Diff line number Diff line change 129129
130130# Create the zip package of the web app
131131echo " Creating zip package of the web app..."
132- zip -r " $ZIPFILE " app.py requirements.txt static templates
132+ zip -r " $ZIPFILE " app.py gunicorn.conf.py requirements.txt static templates
133133
134134# Deploy the web app
135135echo " Deploying web app [$WEB_APP_NAME ] with zip file [$ZIPFILE ]..."
Original file line number Diff line number Diff line change 248248
249249# Create the zip package of the web app
250250echo " Creating zip package of the web app..."
251- zip -r " $ZIPFILE " app.py requirements.txt static templates
251+ zip -r " $ZIPFILE " app.py gunicorn.conf.py requirements.txt static templates
252252
253253# Deploy the web app
254254echo " Deploying web app [$WEB_APP_NAME ] with zip file [$ZIPFILE ]..."
Original file line number Diff line number Diff line change 332332
333333# Create the zip package of the web app
334334echo " Creating zip package of the web app..."
335- zip -r " $ZIPFILE " app.py requirements.txt static templates
335+ zip -r " $ZIPFILE " app.py gunicorn.conf.py requirements.txt static templates
336336
337337# Deploy the web app
338338echo " Deploying web app [$WEB_APP_NAME ] with zip file [$ZIPFILE ]..."
Original file line number Diff line number Diff line change 5252
5353# Create the zip package of the web app
5454echo " Creating zip package of the web app..."
55- zip -r " $ZIPFILE " app.py activities.py database.py static templates requirements.txt
55+ zip -r " $ZIPFILE " app.py gunicorn.conf.py activities.py database.py static templates requirements.txt
5656
5757# Deploy the web app
5858echo " Deploying web app [$WEB_APP_NAME ] with zip file [$ZIPFILE ]..."
Original file line number Diff line number Diff line change 295295
296296# Create the zip package of the web app
297297echo " Creating zip package of the web app..."
298- zip -r " $ZIPFILE " app.py activities.py certificates.py database.py static templates requirements.txt
298+ zip -r " $ZIPFILE " app.py gunicorn.conf.py activities.py certificates.py database.py static templates requirements.txt
299299
300300# Deploy the web app
301301echo " Deploying web app [$WEB_APP_NAME ] with zip file [$ZIPFILE ]..."
Original file line number Diff line number Diff line change 450450
451451# Create the zip package of the web app
452452echo " Creating zip package of the web app..."
453- zip -r " $ZIPFILE " app.py activities.py database.py certificates.py static templates requirements.txt
453+ zip -r " $ZIPFILE " app.py gunicorn.conf.py activities.py database.py certificates.py static templates requirements.txt
454454
455455# Deploy the web app
456456echo " Deploying web app [$WEB_APP_NAME ] with zip file [$ZIPFILE ]..."
You can’t perform that action at this time.
0 commit comments