You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Save the file as *index.html* in the *azure-blobs-js-browser* folder.
104
-
105
96
### Add the Azure Blob storage client library
106
97
98
+
On your local computer, create a new folder called *azure-blobs-js-browser* and open it in Visual Studio Code.
99
+
107
100
Select **View > Terminal** to open a console window inside Visual Studio Code. Run the following Node.js Package Manager (npm) command in the terminal window to create a [package.json](https://docs.npmjs.com/files/package.json) file.
108
101
109
102
```console
@@ -132,17 +125,21 @@ In Visual Studio Code, open the *package.json* file and add a `browserlist` betw
132
125
133
126
Save the *package.json* file.
134
127
135
-
To use Azure SDK libraries inside JavaScript, import the `@azure/storage-blob` package. Create a JavaScript file called *index.js* containing the following code.
128
+
### Import the Azure Blob storage client library
129
+
130
+
To use Azure SDK libraries inside JavaScript, import the `@azure/storage-blob` package. Create a new file in Visual Studio Code containing the following JavaScript code.
0 commit comments