Could not establish trust relationship for the SSL/TLS secure channel with authority 'webservicename.hostname.int:9443'.
We have an azure web app, where we have hosted the web API(OS:Linux). One of the api is trying to access the web service. Given below deatils: Web service - "webservicename.hostname.int:9443" Hosted - On-prem windows server IIS VNet -…
Azure Korea Central Public IP Not Recognized as a Domestic IP by KISA
Hello, I am using an Azure virtual machine (VM) with Windows 11 installed, intending to use it as a personal PC. The network is set to Korea Central, and the public IP address shows a location in South Korea. However, the IP is not recognized as being…
Could not establish trust relationship for the SSL/TLS secure channel with authority 'webservicename.hostname.int:9443'.
We have an azure web app, where we have hosted the web API(OS:Linux). One of the api is trying to access the web service. Given below deatils: Web service - "webservicename.hostname.int:9443" Hosted - On-prem windows server IIS VNet -…
Window shown in alt tab menu even included tool window style
I am working with wpf application that create a transparent, topmost window. I also set tool window style for my window by using: SetWindowLong(hwnd, GWL_EXSTYLE, extendedStyle | WS_EX_TOOLWINDOW). It is ok during application running but when I go to…
Subscription can't be found
Message:AADSTS50011: The redirect URI 'https://signup.azure.com/api/user/logout' specified in the request does not match the redirect URIs configured for the application '8e0e8db5-b713-4e91-98e6-470fed0aa4c2'. Make sure the redirect URI sent in the…
On-premise MSSQL DB monitoring using Azure Monitor and Log Analytics
Is it possible to set up a monitoring dashboard in azure to track the performance of on-premise MSSQL databases, including metrics like blocking queries, resource usage, and the top 10 queries consuming CPU and memory, etc.? Can this be done using only…
[solved] Guidance Needed on Moving Resources Between Subscriptions in Azure Founders Hub After Credit Tier Upgrade
I have a question about the renewal of credits in Azure for Founders Hub and the resources I already have running. I was previously in the $1K credit tier, and I have now been assigned to the $5K credit tier. After activating the new credits, I see that…
I am getting the below error while trying to build a project in Visual Studio
Severity Code Description Project File Line Suppression State Error MSB4018 The "GenerateDepsFile" task failed unexpectedly. System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral,…
SPO list item does not show the update history of the versions.
We have an issue with one of the SPO list library where items do not show the history of the versions. The version are available but the last changesVersion.jpg are not showing. Please check the attached file. Kindly help with the cause of the issue.
Hyper-V VMs failing to replicatio to Azure Site Recovery
Hi folks, I have a Hyper-V host that has been replicating it's two VMs to Azure Site Recovery successfully for the last year. However it has started failing with the following error logged in event viewer for both VMs: Source: Hyper-V-VMMS Event ID:…
Spark config through Databricks
Hi, I am trying to access storage account through databricks (thru notebook) with storage access key. I keep encountering error when I do spark.config.set spark.conf.set( …
Visual Studio Community problems on Windows 11 platform
I've had projects made by Visual Studio Community on windows 10 platform. After upgrading to windows 11 none of my project can't rebuild although there are no errors. All the nuget packages lost. After reloading all the nuget packages; It writes…
Issue with Migrating MariaDB Linked Service to Latest Driver in PROD
Migrating a MariaDB linked service to use the latest driver as recommended in the documentation: Upgrade the MariaDB Driver Version works fine in lower environments like DEV or UAT, but fails in PROD. In PROD, the legacy driver still functions correctly.…
How to exchange Teams token to Azure communication service dont need admin consent request api Teams.ManageCalls and Teams.ManageChats?
I have create app using communication service to join the call like MSTeams. I try to implement login feature, using microsoft account (Teams account). As i know, after login and get access token from Microsoft, i need to exchange to Azure…
Can I setup simultaneous Remote login for multiple users on the Azure Virtual Machine
I have recently created a Azure Virtual Machine and require assistance on how to setup simultaneous remote login for multiple users on the VM.
Free up space in mdf
Hi guys, When I want to shrink a databasefile I do see there is approx 90% of free space and when I start the shrink it doesn't do anything. When I want to shrink the database I do see no free space. Can somebody explain this to me? kr Marco
How to fix "IDX10205: Issuer validation failed." on Azure Static Web App (Preview Environment)
When visiting a Preview Environment, setup via github workflow from Pull Request, I receive this error on API endpoint. { "code": 401, "message": "IDX10205: Issuer validation failed. Issuer:…
asp.net gridview data insert two times how to avoid repeate
Hello This is my gridview data on button click i have foreach insert query most of them time it insert only one time but sometime it insert like this how to avoid duplicate insert
SCOM Powershell Script for SMTP Connection Monitoring
I need to create a Powershell script that simulates a connection to an SMTP server. The purpose of this is to check if there is a problem with our SMTP gateway server.
Convert SQl query to Linq query in c#
Below is my full sql query need to convert into linq query delcare @personId int=12345 select distinct p.fName, p.lName, p.personId, p.assignedId,0 doId,…