TomEE with Azure Web Apps
I’m prefacing this that I am by no means a Java Developer or have a desire to become one :). This was a case related to configuring TomEE with Azure web apps. With IIS the httpPlatformHandler dynamically assigns a port to the process its communicating with (PHP, Nodejs, DotnetCore, Java, ect). Because of this the…
PreemptSdk with Application Insights and an App Service
I wasn’t able to find any documentation on this setting so PreemptSdk I figured I’d write a quick post on it. This setting when set to 1 will ignore the SDK that’s added as a NuGet package in the application deployed as an Azure Web App and fall back to the extension that’s built into…
Azure Government Private Link Endpoints
This is now officially documented: https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns#government Azure SQL privatelink.database.usgovcloudapi.net Azure Automation privatelink.azure-automation.us Azure Table privatelink.table.core.usgovcloudapi.net Azure Blob privatelink.blob.core.usgovcloudapi.net Azure Files privatelink.file.core.usgovcloudapi.net DFS Storage privatelink.dfs.core.usgovcloudapi.net App Config privatelink.azconfig.azure.us Cosmos privatelink.documents.azure.us Servicebus privatelink.servicebus.usgovcloudapi.net Key Vault privatelink.vaultcore.usgovcloudapi.net Data Factory privatelink.datafactory.azure.us EventHub (same as SB) privatelink.servicebus.usgovcloudapi.net Eventgrid privatelink.eventgrid.azure.us Azure Backup (requires storage endpoints as well) privatelink.ugv.backup.windowsazure.us Site Recovery privatelink.siterecovery.windowsazure.us…