How can I compare the App Service configuration settings in two different App Services?
In the Azure portal, search for and select App Services, and then select your app. In the app's left menu, select Configuration > Application settings. By default, values for connection strings are hidden in the portal for security. To see a hidden value of a connection string, click its Value field.
There are two ways to check the CPU utilization of webapp in azure. 2. Go to specific azure resource such as web app and than click on Diagnose and solve problem -> Availability and Performance -> CPU Usage. Which is the right option to know the CPU utilization of the azure webapp ?
In App Service (Web Apps, API Apps, or Mobile Apps), an app always runs in an App Service plan. In addition, Azure Functions also has the option of running in an App Service plan. An App Service plan defines a set of compute resources for a web app to run.
You can use the Azure Resource Explorer to navigate to and view a JSON representation of the conifguration of an App Service. This is built into Azure and doesn't require additional tooling.
For a Proof-of-Concept application I have, I navigated it as such:
subscriptions
-> My Subscription
-> resourceGroups
-> My PoC Apps
-> providers
-> Microsoft.Web
-> sites
-> MyTestApp
-> config (click on config for some, expand it and browse children for other config)`
I'm assuming you know how to compare two different blocks of JSON via various means (DIFF tools, etc), so I won't explain that part.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With