mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-01 12:34:27 -04:00
Tag Azure resources with UID
This commit is contained in:
parent
69abe17c96
commit
1861dc2744
5 changed files with 74 additions and 25 deletions
|
@ -14,6 +14,7 @@ func (c *Client) CreateApplicationInsight(ctx context.Context) error {
|
|||
Properties: &armapplicationinsights.ComponentProperties{
|
||||
ApplicationType: to.Ptr(armapplicationinsights.ApplicationTypeWeb),
|
||||
},
|
||||
Tags: map[string]*string{"uid": to.Ptr(c.uid)},
|
||||
}
|
||||
|
||||
_, err := c.applicationInsightsAPI.CreateOrUpdate(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue