question

joon avatar image
joon asked

Cloud Script access to Azure Blob Storage

Is it possible to use Cloud Script to interface with Azure Blob storage?

Blob storage can use Rest API and Cloud Script can make HTTP requests, but since its all running on Azure anyway, I was wondering if there's an easier route to explore.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

You could implement a Azure Functions to access to Azure Blob Storage. Or you can just send Http request with the format that Blob server REST API needs in Cloud Script. I suggest you to use the Azure Functions, it is a more flexible way to implement your code.

For more information about Azure Functions, please refer to https://docs.microsoft.com/en-us/gaming/playfab/features/automation/cloudscript-af/quickstart

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.