How to find out if hierarchical namespace is enabled or not using OAuth with Azure sdk for cpp
I’m trying to get account info to find out if hierarchical namespace is enabled or not. But if I use OAuth method, this function fails…
Proper way to get the AppSettings for all app services in my resource group using Azure SDK for .Net
I am attempting to get a specific resource group, looping through the app service plans, then the app services, and inspecting the SiteInfo.AppSettings property but that property is always null for me.