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
@@ -64,13 +64,13 @@ This sample creates a test file in the *Documents* folder. The sample program up
64
64
pip install azure-storage-blob
65
65
```
66
66
67
-
1. Go to the sample application
67
+
1. Go to the sample application:
68
68
69
69
```console
70
70
cd storage-blobs-python-quickstart
71
71
```
72
72
73
-
1. Run the sample.
73
+
1. Run the sample:
74
74
75
75
```console
76
76
python example.py
@@ -141,7 +141,7 @@ Blob storage supports block blobs, append blobs, and page blobs. Block blobs are
141
141
142
142
To upload a file to a blob, get the full file path by joining the directory name with the file name on your local drive. You can then upload the file to the specified path using the `create_blob_from_path` method.
143
143
144
-
The sample code creates a local file the system uses for the upload and download, storing the file the system uploads as *full_path_to_file* and the name of the blob as *local_file_name*. This example uploads the file to your container called `quickstartblobs`**`:
144
+
The sample code creates a local file the system uses for the upload and download, storing the file the system uploads as *full_path_to_file* and the name of the blob as *local_file_name*. This example uploads the file to your container called `quickstartblobs`:
145
145
146
146
```python
147
147
# Create a file in Documents to test the upload and download.
0 commit comments