You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2020. It is now read-only.
There is some concern that slot swap detection is not reliable in the Web SDK for App Services. We have seen evidence that the slot swap was not being detected properly in Azure Functions, and we must ensure that other App Services (Web Apps, for instance) are not affected in the same way.
See comments in PR #870 regarding the use of WEBSITE_HOSTNAME for further insight & details.
Repro Steps
Create test web application in Azure (use the New Devops Project workflow)
Add a deployment slot to the application's CD pipeline
Instrument the application with the latest beta Web SDK
Perform a slot swap and watch App Insights Analytics to ensure WEBSITE_HOSTNAME is being recorded properly.
Actual Behavior
TO BE VERIFIED
Expected Behavior
The nodeName property of application insights telemetry will update to reflect the correct slot name within 30 seconds of the slot change.
Version Info
SDK Version : latest beta.
.NET Version : 4.5 (.NET full framework) or 1.3 (.NET Standard)
Hosting Info (IIS/Azure WebApps/ etc) : WebApps
There is some concern that slot swap detection is not reliable in the Web SDK for App Services. We have seen evidence that the slot swap was not being detected properly in Azure Functions, and we must ensure that other App Services (Web Apps, for instance) are not affected in the same way.
See comments in PR #870 regarding the use of WEBSITE_HOSTNAME for further insight & details.
Repro Steps
Actual Behavior
TO BE VERIFIED
Expected Behavior
The nodeName property of application insights telemetry will update to reflect the correct slot name within 30 seconds of the slot change.
Version Info
SDK Version : latest beta.
.NET Version : 4.5 (.NET full framework) or 1.3 (.NET Standard)
Hosting Info (IIS/Azure WebApps/ etc) : WebApps