thub.users.profile.tabs.comments.personalized


I am currently going through the following documentation to potentially solve the problem (got this link from Rodrigo Souza @ MS) https://docs.microsoft.com/en-us/azure/cosmos-db/analytical-store-private-endpoints

but I followed no special documentation:

I selected some containers which show up when you click PowerBI in the integrations tab of my cosmos account
waited till they were all 100%
pressed next
In the Select Workspace section
selected my subscription name
created a Synapse Analytics Workspace (using defaults)
created a new Database (using defaults)

After a while, whilst it is creating the views, I then get the following error:

157983-image.png


image.png (74.2 KiB)

Also - is there anything I should see in the signup page (besides the javascript I added) to check if the terms of use is "enabled"?

I have, but unfortunately I can't get it to work.

I can't really add <OutputClaim ClaimTypeReferenceId="extension_termsOfUse" Required="true" /> to the technical profile you mentioned as I am using the SendGrid customization as well - I followed these intructions. When I try to add the <OutputClaim> element I get an error - see attachment.

As to the last note you mentioned, if I have specified contract versions 2.1.5, would that not work? does it realy have to be 1.2.0 as mentioned in the documentation link you provided?

thank you very much for your help!

155302-error.txt


error.txt (1.5 KiB)

I am following this documentation secure-rest-api. I would like to setup Authentication up on the App Service/Account in the portal, not in function code. So basically I want to understand how to configure the actual API (function app in my case) when following the documentation.

Note I also have another (same) question I asked on stackoverflow here how-to-get-custom-b2c-policy-to-send-a-oauth2-bearer-token-to-my-custom-signup - as I still can't get the documentation steps to work.

Many thanks in advance!