If like me you have the following setup you might be struggling to get the remotes to work with all of the devices. Hopefully this article will help you to over come this frustration. LG Magic Remote ( OLED Screen)…
Azure App Gateway Log Analytics
Run the following query within log analytics attached to the Azure App Gateway to review the WAF logs. AzureDiagnostics | where ResourceType == “APPLICATIONGATEWAYS” and Category == “ApplicationGatewayFirewallLog”
Azure MySQL In App Manager – Increase Import Size
When importing a database using phpmyadmin via the Azure App Service MySQL In App Manage you find the Import Maximum size is set to 8,192KiB (Max:8,192KiB). To increase the php upload size please run through the following steps: In the…