Enable Region to new Project/Partner

 Update WebstoreInstallationProfiles Table 

Region need to add :WEU

InstallationTypeId : 4 // customized

PartnerId : 5AFFFDF6-21DA-4E30-92C1-4A8D55DBFE9C


SELECT * FROM dbo.WebstoreInstallationProfiles SanaRegionCode

where SanaRegionCode ='WEU' and 

InstallationTypeId = 4 

PartnerId='5AFFFDF6-21DA-4E30-92C1-4A8D55DBFE9C'


Copy last data and past for new line 

Update ConnectwithProfile field as latest id : 40

Update PartnerId field :



Then Login platform portal and check changes are applied.

[ClusterId] should not null --> correct cluster can find from  [dbo].[AKSClusters] table 

isActivate should true






to avoid issue copy record "Upgrade cronjob project" working project item 


Verify with webstore azure settings table 

for testing

When Creating a new Partner it will create 2 recodes on  [PartnerViewPermissionMaps] Table

  1. Sana Commerce partner
  2. Same partner 


SELECT TOP (1000) [Id]
,[PartnerGroupID]
,[PartnerGroupViewID]
,[CreatedUser]
,[CreatedDateTime]
,[ModifiedUser]
,[ModifiedDateTime]
FROM [dbo].[PartnerViewPermissionMaps]
where [PartnerGroupViewID] = 'CB9D1A20-824F-44B6-B5A4-D95B29E7C682'

SELECT*  FROM [dbo].[Partners]
where name in ('Cy_PartnerQQ','Sana Commerce')




To view Other Partners webstores , record needs to add manually to [PartnerViewPermissionMaps] Table.