An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hello Anis Elosta,
Greetings! Thanks for raising this question in Q&A forum.
Really appreciate the detailed description of your setup — it makes it much easier to pinpoint exactly what is happening here. The good news is this is not a bug, and your subscription and directory are completely fine. Let me explain what is actually going on.
The error message "You don't have an Azure subscription under your current directory" is unfortunately a misleading error message from Document Intelligence Studio. The real reason it appears when using the F0 resource is almost certainly a mismatch between what the F0 tier supports and what your documents or projects require. Since this setup worked fine for 1.5 years and the S0 resource still works perfectly, the subscription and directory are not the problem at all.
Here is a clear breakdown of what is happening and how to fix it:
Understanding the F0 vs S0 limits
The F0 (Free tier) resource has strict built-in limits that never change regardless of how long you have used it. These are hard platform limits and not something that can be configured or unlocked. The key ones to know are:
- Maximum of 2 pages per document
- Maximum file size of 4 MB
- Limited transactions per month
The S0 (Standard tier) has none of these page restrictions, which is why it continues to work without any issues.
Step 1 — Confirm which resource is selected in Document Intelligence Studio
Sometimes Studio does not automatically switch between resources when you navigate between projects.
- Open Document Intelligence Studio at https://documentintelligence.ai.azure.com
- Click on the Settings icon (gear) in the top right corner.
- Go to Resources and confirm which resource is currently active.
- If it shows the F0 resource, try switching to the S0 resource and see if the error goes away.
Step 2 — Check the document you are trying to process with F0
If you specifically want to use the F0 resource, ensure the document you are testing with meets all F0 requirements before submitting.
- The document must be 2 pages or fewer.
- The file size must be under 4 MB.
- Supported formats are PDF, JPEG, PNG, BMP, TIFF, and HEIF.
If your document exceeds either of these limits, the Studio will throw an error — and in some cases that error surfaces as the misleading subscription message.
Step 3 — Clear your browser cache and sign back in
Since you mentioned this issue appeared recently after 1.5 years of working fine, a stale browser session or cached token could be causing the Studio to lose track of your subscription context for the F0 resource specifically.
- Clear your browser cache and cookies completely.
- Close the browser and reopen it.
- Navigate to https://documentintelligence.ai.azure.com and sign in fresh.
- Try selecting the F0 resource again under Settings and test with a small 1-page document.
Step 4 — Try using an InPrivate or Incognito browser window
- Open a new InPrivate (Edge) or Incognito (Chrome) window.
- Go to the Studio and sign in with your Azure account.
- Select the F0 resource and test again.
This rules out any browser extension or cached credential issue.
Step 5 — If the error persists even with small documents, raise a support request
If after following the above steps you are still seeing the error with a document that is 2 pages or fewer and under 4 MB, this could be a genuine service-side issue specific to your F0 resource.
- Go to the Azure Portal and open your F0 Document Intelligence resource.
- Click New Support Request from the left menu.
- Set the issue type to Technical and describe the exact error, your setup, and the steps you have already tried.
- In the meantime, continue using your S0 resource as it is working correctly.
To summarise the misleading "no subscription" error from Studio is almost certainly being triggered by the F0 resource's 2-page limit being exceeded, or a stale browser session. Your subscription and directory are perfectly fine. Use S0 for multi-page documents and reserve F0 only for small 1-2 page test documents.
If this answer helps you kindly accept the answer which will help others who have similar questions.
Best Regards,
Jerald Felix.