From 79f640692d038a98c174a8bfb1479c9e8f0d729c Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Wed, 24 Apr 2019 16:02:19 -0500 Subject: [PATCH] Add additional cookie detection for Azure Some applications hosted on Azure utilize a cookie called ARRAffinity (Application Request Routing IIS Extension) https://blogs.msdn.microsoft.com/devschool/2015/06/19/azure-arraffinity-makes-affinity-cookies/ --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index 327729bb9..8157b5172 100644 --- a/src/apps.json +++ b/src/apps.json @@ -125,6 +125,9 @@ "azure-slotname": "", "azure-version": "" }, + "cookies": { + "ARRAffinity": "" + }, "icon": "azure.svg", "website": "https://azure.microsoft.com" },