fop · 3rd Level Techromancer · ✭✭✭✭✭

Comments

  • Hi Marc, I was just too impatient, thinking everything would be populated after the first polling instance. It took a good 20 mins before data started appearing in the dummy node. Having let it run all weekend I've now discovered that the storage account we're monitoring seemingly goes offline every hour for 15 mins, which…
  • I got the initial API call working today thanks to dabbling in Postman again. A couple of stupid errors like having the sub ID in the auth request instead of the tenant ID, and I think we'd missed a character off the client secret. Now I have the initial query reporting data on the storage account, just need to work out…
  • Mark's away on holiday now but I can answer since we're working on this together. This is the SW doc for storage accounts: Microsoft Azure Blob Storage Account API poller template (solarwinds.com) We're trying to use OAUTH2 via login.microsoft.com - https://login.microsoftonline.com/<tenant id>/oauth2/v2.0/token and we…