Skip to content

Commit

Permalink
Add triggering tags processing process
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrWachulec committed Apr 23, 2024
1 parent f66ce9c commit 1e57b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/VMStartStop/TagManager/API/ServiceBusQueueTrigger1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public async Task Run(
_logger.LogInformation("Message Body: {body}", message.Body);
_logger.LogInformation("Message Content-Type: {contentType}", message.ContentType);

await _tagManagerService.GetTagsFromAzure();

// Complete the message
await messageActions.CompleteMessageAsync(message);
}
Expand Down

0 comments on commit 1e57b66

Please sign in to comment.