Unable to create Azure Storage Account

DILIP BHATTA 0 Reputation points
2024-04-15T15:03:16.37+00:00
Failed to execute 'postMessage' on 'MessagePort': function(J$){var z3;z3=this[P4t] + y9O;L_M.s_t();while(z3-=y9O){if(this[z3 - y9O] === J$){return s5D;}}return V3f;} could not be cloned.
{
  "message": "Failed to execute 'postMessage' on 'MessagePort': function(J$){var z3;z3=this[P4t] + y9O;L_M.s_t();while(z3-=y9O){if(this[z3 - y9O] === J$){return s5D;}}return V3f;} could not be cloned.",
  "stack": "Error: Failed to execute 'postMessage' on 'MessagePort': function(J$){var z3;z3=this[P4t] + y9O;L_M.s_t();while(z3-=y9O){if(this[z3 - y9O] === J$){return s5D;}}return V3f;} could not be cloned.\n    at postMessage (https://portal.azure.com/Content/Dynamic/AcuRKQe4PvBz.js:305:4304)\n    at Le (https://portal.azure.com/Content/Dynamic/AcuRKQe4PvBz.js:227:5977)\n    at https://portal.azure.com/Content/Dynamic/AcuRKQe4PvBz.js:227:6268",
  "isError": true


Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
968 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 18,527 Reputation points Microsoft Employee
    2024-04-25T06:49:47.5833333+00:00

    DILIP BHATTA • The error message you provided doesn’t directly relate to Azure Storage Account creation, but it seems to be related to Spark and temporary directories.

    If you’re using Spark, ensure that your temporary directories are correctly configured. You can change the path to the temp folder for each Spark application using the spark.local.dir property.

    Additionally, proper cleanup of Spark’s _temporary directory after an exception is essential. You can use standard file system commands (e.g., rm -r _temporary in Unix-like systems) to remove the temporary directory. When you rerun the job, Spark will automatically recreate the _temporary directory as needed.

    If that doesn't help, please share the details requested in the comments above so that I can help you better.

    0 comments No comments