Data not getting saved in azure blob storage

Hi, I am using event trackers with a custom schema but am unable to save files in the blob. Additionally, I am not receiving any errors.

This is what my Event Hub instance is showing:

"api	pc	2025-01-10 08":"43":"26.047	2025-01-10 08":"43":"25.353	2025-01-10 08":"43":05.528	unstruct	6d1996be-cf07-43fe-b4cc-eb5a470c4649		rs-api-main	py-1.0.3	ssc-3.0.1-kafkasink	snowplow-enrich-kafka-3.9.0	uid	103.240.236.7				d051d683-2c44-48ec-bc5c-e36efb147da1{
   "schema":"iglu:com.snowplowanalytics.snowplow/unstruct_event/jsonschema/1-0-0",
   "data":{
      "schema":"iglu:com.relevancestudio/request-event/jsonschema/1-0-0",
      "data":{
         "endpoint":"http://127.0.0.1:8000/tenant/linkedin-xml/ba0a736e-d22c-4474-8755-fe1051e1b48c/",
         "method":"GET",
         "headers":{
            "Content-Length":"",
            "Content-Type":"text/plain",
            "Host":"127.0.0.1:8000",
            "Connection":"keep-alive",
            "Sec-Ch-Ua":"\"Not)A;Brand\";v=\"99\", \"Google Chrome\";v=\"127\", \"Chromium\";v=\"127\"",
            "Accept":"*/*",
            "Sec-Ch-Ua-Mobile":"?0",
            "User-Agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
            "Sec-Ch-Ua-Platform":"\"Linux\"",
            "Sec-Fetch-Site":"same-origin",
            "Sec-Fetch-Mode":"cors",
            "Sec-Fetch-Dest":"empty",
            "Referer":"http://127.0.0.1:8000/apidoc/v2/",
            "Accept-Encoding":"gzip, deflate, br, zstd",
            "Accept-Language":"en-GB,en-US;q=0.9,en;q=0.8",
            "Cookie":"csrftoken=wxM92DulV6jXhg21qg9UhKZelfEAO8lN"
         }
      }
   }
}"python-requests/2.31.0																																										2025-01-10 08":"43":24.000{
   "schema":"iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-1",
   "data":[
      {
         "schema":"iglu:nl.basjes/yauaa_context/jsonschema/1-0-4",
         "data":{
            "deviceBrand":"Python",
            "deviceName":"Python Requests",
            "operatingSystemVersionMajor":"??",
            "layoutEngineNameVersion":"python-requests 2.31.0",
            "operatingSystemNameVersion":"Cloud ??",
            "agentInformationEmail":"Unknown",
            "networkType":"Unknown",
            "webviewAppNameVersionMajor":"Unknown ??",
            "layoutEngineNameVersionMajor":"python-requests 2",
            "operatingSystemName":"Cloud",
            "agentVersionMajor":"2",
            "layoutEngineVersionMajor":"2",
            "webviewAppName":"Unknown",
            "deviceClass":"Robot",
            "agentNameVersionMajor":"Python-Requests 2",
            "operatingSystemNameVersionMajor":"Cloud ??",
            "webviewAppVersionMajor":"??",
            "operatingSystemClass":"Cloud",
            "webviewAppVersion":"??",
            "layoutEngineName":"python-requests",
            "agentName":"Python-Requests",
            "agentVersion":"2.31.0",
            "layoutEngineClass":"Robot",
            "agentNameVersion":"Python-Requests 2.31.0",
            "operatingSystemVersion":"??",
            "agentClass":"Robot",
            "layoutEngineVersion":"2.31.0"
         }
      },
      {
         "schema":"iglu:com.snowplowanalytics.snowplow/ua_parser_context/jsonschema/1-0-0",
         "data":{
            "useragentFamily":"Python Requests",
            "useragentMajor":"2",
            "useragentMinor":"31",
            "useragentPatch":null,
            "useragentVersion":"Python Requests 2.31",
            "osFamily":"Other",
            "osMajor":null,
            "osMinor":null,
            "osPatch":null,
            "osPatchMinor":null,
            "osVersion":"Other",
            "deviceFamily":"Other"
         }
      }
   ]
}"2025-01-10 08":

Why is this happening and how to resolve it ?

@mike can you please check this ?

I’m not too sure what the question is.

What are you trying to do in Azure? What have you currently set up and how is it configured?