An Azure service that integrates speech processing into apps and services.
Welcome to Microsoft Q&A,
The RequestDisallowedByPolicy (Global Policy - Microsoft Applied Skills - Type 3) error is specific to the locked-down sandbox subscription provided by the Applied Skills lab environment. These lab environments run on locked-down subscriptions with pre-configured policies that only allow specific regions, SKUs, or resource types, so if your resource configuration violates those policies, the deployment fails even if it looks correct by the lab instructions. Microsoft Learn
Based on your configuration, the most likely cause is the pricing tier combination, not the region.
The two tiers to reconsider:
Azure AI Language — S (1K Calls per minute): The S tier is a paid SKU. Applied Skills lab policies commonly block paid tiers to control costs in the sandbox. Try switching to Free (F0) for the AI Language resource. For Custom Question Answering specifically, F0 supports up to 3 managed documents and is sufficient for lab exercises.
Azure Search — Standard S (50 Indexes): This is the more likely culprit. The Standard S tier for Azure Cognitive Search is expensive and almost always restricted to Microsoft lab subscriptions. Switch this to Free (F0) — it supports up to 3 indexes and is what most Applied Skills labs are designed around.
Please Upvote and accept the answer if it helps!!