Azure Blob Storage
Push vehicle data updates directly into your Azure Blob for scalable storage and analysis.
Introduction to Azure Blob Storage
File and object structure
azure_blog_path: <your-storage-name>.blob.core.windows.net/<container-name>/<application-id>/<auto-api-version>/<year>/<month>/<day>/<time>-<hash>.jsonl
breakdown:
your-storage-name: The name of the storage that you created
app_id: Your unique App ID e.g. bdd34602-531f-4b2c-8576-3ab6e635dbcd
auto_api_level: level13 # latest version of the Auto API
year: The year when the JSON file was created
month: The month when the JSON file was created
day: The day when the JSON file was created
time: The specific time when the JSON file was created
hash: A hash to make the file name unique
Setting up Azure Blob Storage
Create a Storage
Grant High Mobility
Configuring your application

Last updated
Was this helpful?







