Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
@Anonymous Please note that nobody expect authorized users of your web app will be able to load your stack trace.
It sounds like you are experiencing issues with making POST requests from your Azure Web App to an ObjectStore. Here are some steps you can take to troubleshoot and resolve the issue:
Check the network security group (NSG) rules for your Azure Web App to ensure that they allow outbound traffic to the ObjectStore. You can do this by going to the Azure portal, selecting the Web App, and then selecting Networking > Outbound port rules. Make sure that the NSG rules allow traffic on the appropriate ports for your ObjectStore.
Check the firewall settings for your ObjectStore to ensure that they allow inbound traffic from your Azure Web App. You can do this by going to the ObjectStore management console and checking the firewall settings. Make sure that the firewall settings allow traffic on the appropriate ports for your Azure Web App.
Check the application code to ensure that it is correctly configured to connect to the ObjectStore. Make sure that the hostname and port number are correct, and that any authentication credentials are correct.
Check the Azure Service Health dashboard to see if there are any known issues with the Azure Web Apps service or the ObjectStore service in your region. If there are, you may need to wait for the issue to be resolved before you can make successful POST requests.
Check the logs for your Azure Web App to see if there are any error messages related to the POST requests. You can do this by going to the Azure portal, selecting the Web App, and then selecting Logs > Application logs. Look for any error messages related to the POST requests and try to troubleshoot the issue based on the error messages.