Skip to content

Commit

Permalink
Add appInsights key
Browse files Browse the repository at this point in the history
  • Loading branch information
milismsft committed Apr 9, 2019
1 parent 691022d commit a74cbf0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
8 changes: 4 additions & 4 deletions function-apps/Append-Transaction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
<name>FUNCTIONS_WORKER_RUNTIME</name>
<value>java</value>
</property>
<property>
<name>APPINSIGHTS_INSTRUMENTATIONKEY</name>
<value>${APPINSIGHTS_INSTRUMENTATIONKEY}</value>
</property>
<property>
<name>TRANSACTIONS_COSMOSDB_COLLECTION_NAME</name>
<value>${TRANSACTIONS_COSMOSDB_COLLECTION_NAME}</value>
Expand Down Expand Up @@ -172,10 +176,6 @@
<name>APPEND_TRANSACTION_FUNCTION_APP_ID</name>
<value>${APPEND_TRANSACTION_FUNCTION_APP_ID}</value>
</property>
<property>
<name>MSDEPLOY_RENAME_LOCKED_FILES</name>
<value>1</value>
</property>
</appSettings>
</configuration>
<executions>
Expand Down
4 changes: 4 additions & 0 deletions function-apps/Notify-Inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
<name>FUNCTIONS_WORKER_RUNTIME</name>
<value>java</value>
</property>
<property>
<name>APPINSIGHTS_INSTRUMENTATIONKEY</name>
<value>${APPINSIGHTS_INSTRUMENTATIONKEY}</value>
</property>
<property>
<name>NOTIFICATIONS_COSMOSDB_CONNECTION_STRING</name>
<value>${NOTIFICATIONS_COSMOSDB_CONNECTION_STRING}</value>
Expand Down
10 changes: 4 additions & 6 deletions function-apps/Point-Of-Transaction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
<name>FUNCTIONS_WORKER_RUNTIME</name>
<value>java</value>
</property>
<property>
<name>APPINSIGHTS_INSTRUMENTATIONKEY</name>
<value>${APPINSIGHTS_INSTRUMENTATIONKEY}</value>
</property>
<property>
<name>TRANSACTIONS_EVENT_HUB_NAME</name>
<value>${TRANSACTIONS_EVENT_HUB_NAME}</value>
Expand Down Expand Up @@ -201,12 +205,6 @@
<name>PRODUCT_ITEMS_COSMOSDB_KEY</name>
<value>${PRODUCT_ITEMS_COSMOSDB_KEY}</value>
</property>
<!--
<property>
<name>MSDEPLOY_RENAME_LOCKED_FILES</name>
<value>1</value>
</property>
-->
</appSettings>
</configuration>
<executions>
Expand Down
8 changes: 4 additions & 4 deletions function-apps/Update-Product-Inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
<name>FUNCTIONS_WORKER_RUNTIME</name>
<value>java</value>
</property>
<property>
<name>APPINSIGHTS_INSTRUMENTATIONKEY</name>
<value>${APPINSIGHTS_INSTRUMENTATIONKEY}</value>
</property>
<property>
<name>PRODUCT_INVENTORY_COSMOSDB_COLLECTION_NAME</name>
<value>${PRODUCT_INVENTORY_COSMOSDB_COLLECTION_NAME}</value>
Expand Down Expand Up @@ -177,10 +181,6 @@
<name>UPDATE_PRODUCT_INVENTORY_FUNCTION_APP_ID</name>
<value>${UPDATE_PRODUCT_INVENTORY_FUNCTION_APP_ID}</value>
</property>
<property>
<name>MSDEPLOY_RENAME_LOCKED_FILES</name>
<value>1</value>
</property>
</appSettings>
</configuration>
<executions>
Expand Down

0 comments on commit a74cbf0

Please sign in to comment.