Skip to content

Commit

Permalink
fix: tagged ARM templates for metrics ingestion (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdschaap authored and whilke committed Apr 23, 2019
1 parent f269efc commit 6160517
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ingredient/ingredient-event-hub-namespace/src/arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"properties": {
"isAutoInflateEnabled": "[parameters('isAutoInflateEnabled')]",
"maximumThroughputUnits": "[parameters('maximumThroughputUnits')]"
},
"tags": {
"Metrics": "*"
}
}
]
Expand Down
9 changes: 6 additions & 3 deletions ingredient/ingredient-storage/src/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,12 @@
"tier": "[parameters('storageTier')]"
},
"kind": "[parameters('storageKind')]",
"properties": {
"accessTier": "[parameters('storageAccessTier')]"
}
"properties": {
"accessTier": "[parameters('storageAccessTier')]"
},
"tags": {
"Metrics": "*"
}
}
]
}

0 comments on commit 6160517

Please sign in to comment.