Skip to content

Commit

Permalink
Merge pull request #2279 from craddm/managed-id-workspace
Browse files Browse the repository at this point in the history
Enable monitoring agent to transmit to log analytics workspace
  • Loading branch information
craddm authored Nov 7, 2024
2 parents 40089a6 + 3986da3 commit fdbb029
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ def __init__(
),
),
vm_name=props.vm_name,
identity=compute.VirtualMachineIdentityArgs(
type=compute.ResourceIdentityType.SYSTEM_ASSIGNED,
),
opts=ResourceOptions.merge(
child_opts,
ResourceOptions(
Expand Down

0 comments on commit fdbb029

Please sign in to comment.