Dear community,
I am using file fields (https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/file-attributes) to upload some specific documents to entities. The URL I get after uploading is:
https://org.crm4.dynamics.com/api/data/v9.0/new_processdoc({guid})/new_file/
Where is data stored when I upload it to a file field?
Hi @kv,
Behind the scenes file and full-size enabled image field data is stored in Azure Blob Storage. However, this is transparent from our perspective as the CDS Web API is the way to perform CRUD operations against it. We do not get direct access to the file/image data in Blob Storage.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
Thank you for your response.
Can I see the data stored in Azure Blob Storage in Azure Portal, or is it hidden? And: is the data stored in those fields running against my Dynamics data quota?
Hey @kv .
@ChrisPiasecki mentioned correctly.
You can't see directly in Azure Blob Storage in Azure Portal. You have to use Rest CDS Web API calls in order to fetch the record if you want to.
Yes, the data stored in those fields running against your Dynamics data quota.
I hope this simplifies your query if any more question let me know.
Warmly
----------------------------------------------------------------------------------------------------------------
Thanks for taking my inputs. If you're digging into it, a Thumbs up is appreciated! Or if my suggestion solved your issue, please Accept it as a solution. This way everyone would be able to get the solution if they face a similar problem
Hi @kv,
The Blob Storage would not be visible under a subscription or resource group of yours.
With regards to storage quota, it counts toward the File portion, not the Data portion. More details below.
https://docs.microsoft.com/en-us/power-platform/admin/capacity-storage
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
10 | |
9 | |
6 | |
4 | |
4 |
User | Count |
---|---|
37 | |
27 | |
21 | |
10 | |
6 |