0

My service can be placed on different resource groups, but needs to know the name of the resource group in order to request information about the VM Scale Sets it's running on. How do I get the name of the Resource Group which the Fabric is in from within the Fabric?

MHill
  • 29
  • 2
  • 8

1 Answers1

0

This may work:

If you uniquely tag your resource group, and configure the sf application to know that tag, you might be able to query the resource groups and filter by tag. You could use a Service Principal to access the Resource manager.

LoekD
  • 10,836
  • 13
  • 25
  • Thanks for your suggestion, but I don't think this workaround would be a good solution in my case. I'm looking for a more direct solution, which doesn't require additional infrastructure/setup changes. – MHill Dec 16 '16 at 19:15