Get the list of azure web app settings to be swapped using PowerShell
问题 When we perform the swap through the azure portal, it gives us the warning & informative messages regarding the settings to be swapped. Just like in below image: My question is, is there any way I can get these messages list (regarding the settings) through PowerShell code? I tried googling it but couldn't find any way. 回答1: The direct solution is to use the Invoke-RestMethod to request the API captured in the Portal. The problem is that this is a non-public AP I, and we don't know if it has