File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ STORAGE_CONNECTION_STRING=$(az storage account show-connection-string \
23
23
24
24
docker run -p 8080:80 -it \
25
25
-e AzureWebJobsStorage=" $STORAGE_CONNECTION_STRING " \
26
+ -e AzureFunctionsJobHost__Logging__Console__IsEnabled=" true" \
26
27
$DOCKER_ID /$CONTAINER_IMAGE_NAME :$TAG
Original file line number Diff line number Diff line change @@ -41,4 +41,5 @@ docker run -p 8080:80 -it \
41
41
-e MyCosmosDBConnectionString=" $COSMOSDB_CONNECTION_STRING " \
42
42
-e ComputerVisionSubscription=" $COMPUTER_VSION_API_SUBSCRIPTION " \
43
43
-e ComputerVisionApiEndpoint=" $COMPUTER_VSION_API_ENDPOINT " \
44
+ -e AzureFunctionsJobHost__Logging__Console__IsEnabled=" true" \
44
45
$DOCKER_ID /$CONTAINER_IMAGE_NAME :$TAG
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ az webapp config appsettings set \
27
27
-n $APP_NAME \
28
28
-g $RESOURCE_GROUP \
29
29
--settings \
30
- ComputerVisionSubscription=$MY_COMPUTER_VISION_APIKEY \
31
- ComputerVisionApiEndpoint=$MY_COMPUTER_VISION_ENDPOINT \
32
- MyStorageConnectionString=$MY_STORAGE_CONNECTION \
33
- MyCosmosDBConnectionString=$MY_COSMOS_DB_CONNECTION \
30
+ ComputerVisionSubscription=$COMPUTER_VSION_API_SUBSCRIPTION \
31
+ ComputerVisionApiEndpoint=$COMPUTER_VSION_API_ENDPOINT = \
32
+ MyStorageConnectionString=$STORAGE_CONNECTION_STRING \
33
+ MyCosmosDBConnectionString=$COSMOSDB_CONNECTION_STRING
34
34
35
35
echo " Done"
You can’t perform that action at this time.
0 commit comments