Results 26 comments of Preston Alvarado
trafficstars

This would also add the ability to use Azure AKS Workload Identity.

@vladik-hbinov what version are you using? This feature is only introduced in 1.1.0-alpha1. Fair warning it does not work with Hangfire.Pro yet. https://github.com/coolhome/Hangfire.Extensions.ApplicationInsights/compare/1.0.0...1.1.0-alpha1 In addition, this filter needs to be...

I see using Dependency makes it easier to see how jobs got started from a web request. However, for recurring jobs they become tucked away under dependency. I originally used...

@knopa I've been playing around with this and I was wondering if this solves your problem and more? This is what I was originally aiming for when I built this...

The ability to do tenant and management groups scoped `Microsoft.Resource/deployments` and deployment stacks deployments could be useful additions. Tenant: https://learn.microsoft.com/en-us/python/api/azure-mgmt-resource/azure.mgmt.resource.resources.v2022_09_01.operations.deploymentsoperations?view=azure-python#azure-mgmt-resource-resources-v2022-09-01-operations-deploymentsoperations-begin-create-or-update-at-tenant-scope Mangement Group: https://learn.microsoft.com/en-us/python/api/azure-mgmt-resource/azure.mgmt.resource.resources.v2022_09_01.operations.deploymentsoperations?view=azure-python#azure-mgmt-resource-resources-v2022-09-01-operations-deploymentsoperations-begin-create-or-update-at-management-group-scope Subscription: https://learn.microsoft.com/en-us/python/api/azure-mgmt-resource/azure.mgmt.resource.resources.v2022_09_01.operations.deploymentsoperations?view=azure-python#azure-mgmt-resource-resources-v2022-09-01-operations-deploymentsoperations-begin-create-or-update-at-subscription-scope

@Fred-sun for subscription creation/deletion it may be possible today using the python sdk but it's for EA/MCA/MPA customers only. I think really this is two different topics here: Resource Management...