Hi @Andriy Poznakhovskyy , try registering the resource provider.
Open Azure CLI or Bash CloudShell, then execute this command:
az provider register --namespace Microsoft.SaaS
Check the status of resource provider:
az provider list --query "[?namespace=='Microsoft.SaaS']" --output table
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.