Avoid over-writing blobs AZURE
问题 if i upload a file on azure blob in the same container where the file is existing already, it is over-writing the file, how to avoid overwriting the same? below i am mentioning the scenario... step1 - upload file "abc.jpg" on azure in container called say "filecontainer" step2 - once it gets uploaded, try uploading some different file with the same name to the same container Output - it will overwrite existing file with the latest uploaded My Requirement - i want to avoid this overwrite, as