Skip to content

Commit 2025385

Browse files
committed
Spelling Fixes
1 parent dd66b8e commit 2025385

21 files changed

+37
-37
lines changed

articles/storage/blobs/blob-upload-function-trigger-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Once you've downloaded and opened the project, there are a few essential concept
334334
|Function|The Azure Function is defined by both the function code and the bindings. These are in [./src/functions/process-blobs.js](https://github.com/Azure-Samples/msdocs-storage-bind-function-service/blob/main/javascript-v4/src/functions/process-blob.js). |
335335
|Triggers and bindings|The triggers and bindings indicate that data, which is expected into or out of the function and which service is going to send or receive that data.
336336

337-
Triggers and bindings used in this tutorial to expediate the development process by removing the need to write code to connect to services.
337+
Triggers and bindings used in this tutorial to expedite the development process by removing the need to write code to connect to services.
338338

339339
### Input Storage Blob trigger
340340

@@ -363,7 +363,7 @@ When the function finishes, the function uses the returned object as the data to
363363
364364
```javascript
365365

366-
// ... function definition ojbect
366+
// ... function definition object
367367
app.storageBlob('process-blob-image', {
368368

369369
// removed for brevity

articles/storage/blobs/data-lake-storage-migrate-on-premises-HDFS-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Follow these steps to copy data via the REST APIs of Blob/Object storage to your
126126
127127
- Replace the `<container-name>` placeholder with the name of your container.
128128
129-
- Replace the `<exlusion_filelist_file>` placeholder with the name of the file that contains your list of file exclusions.
129+
- Replace the `<exclusion_filelist_file>` placeholder with the name of the file that contains your list of file exclusions.
130130
131131
- Replace the `<source_directory>` placeholder with the name of the directory that contains the data that you want to copy.
132132

articles/storage/blobs/data-lake-storage-use-databricks-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ print("Number of flights in the database: ", flight_df.count())
234234
flight_df.show(25, False)
235235

236236
# You can also use the DataFrame to run simple queries. Results are returned in a DataFrame.
237-
# Show the first 25 rows of the results of a query that returns selected colums for all flights originating from airports in Texas
237+
# Show the first 25 rows of the results of a query that returns selected columns for all flights originating from airports in Texas
238238
flight_df.select("FlightDate", "Reporting_Airline", "Flight_Number_Reporting_Airline", "OriginCityName", "DepTime", "DestCityName", "ArrTime", "ArrDelay").filter("OriginState = 'TX'").show(258, False)
239239

240240
# Use display to run visualizations

articles/storage/blobs/monitor-blob-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The following example shows how to list a metric definition at the account level
160160

161161
foreach (var metricDefinition in metricDefinitions)
162162
{
163-
// Enumrate metric definition:
163+
// Enumerate metric definition:
164164
// Id
165165
// ResourceId
166166
// Name
@@ -207,7 +207,7 @@ The following example shows how to read `UsedCapacity` data at the account level
207207

208208
foreach (var metric in Response.Value)
209209
{
210-
// Enumrate metric value
210+
// Enumerate metric value
211211
// Id
212212
// Name
213213
// Type
@@ -260,7 +260,7 @@ The following example shows how to read metric data on the metric supporting mul
260260

261261
foreach (var metric in Response.Value)
262262
{
263-
//Enumrate metric value
263+
// Enumerate metric value
264264
// Id
265265
// Name
266266
// Type

articles/storage/blobs/secure-file-transfer-protocol-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The following table describes the properties of a local user that are used for A
103103
| Property | Description |
104104
|---|---|
105105
| UserId | <li>Unique identifier for the local user within the storage account</li><li>Generated by default when the Local User is created</li><li>Used for setting owning user on file/directory</li> |
106-
| GroupId | <li>Identifer for a group of local users</li><li>Used for setting owning group on file/directory</li> |
106+
| GroupId | <li>Identifier for a group of local users</li><li>Used for setting owning group on file/directory</li> |
107107
| AllowAclAuthorization | <li>Allow authorizing this Local User's requests with ACLs</li> |
108108

109109
### How ACL permissions are evaluated

articles/storage/blobs/storage-performance-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ For importing large volumes of data into Blob storage, consider using the Azure
246246

247247
## Content distribution
248248

249-
Sometimes an application needs to serve the same content to many users (for example, a product demo video used in the home page of a website), located in either the same or multiple regions. In this scenario, use a Content Delivery Network (CDN) such as Azure Front Door. Azure Front Door is Microsoft’s modern cloud CDN that provides fast, reliable, and secure access between your users and your applications’ static and dynamic web content across the globe. Azure Front Door delivers your Blob Storage content using Microsoft’s global edge network with hundreds of [global and local points of presence (PoPs)](../../frontdoor/edge-locations-by-region.md). A CDN can typically support much higher egress limits than a single storage account and offers improved latency for content delivery to other regoins.
249+
Sometimes an application needs to serve the same content to many users (for example, a product demo video used in the home page of a website), located in either the same or multiple regions. In this scenario, use a Content Delivery Network (CDN) such as Azure Front Door. Azure Front Door is Microsoft’s modern cloud CDN that provides fast, reliable, and secure access between your users and your applications’ static and dynamic web content across the globe. Azure Front Door delivers your Blob Storage content using Microsoft’s global edge network with hundreds of [global and local points of presence (PoPs)](../../frontdoor/edge-locations-by-region.md). A CDN can typically support much higher egress limits than a single storage account and offers improved latency for content delivery to other regions.
250250

251251
For more information about Azure Front Door, see [Azure Front Door](../../frontdoor/front-door-overview.md).
252252

articles/storage/blobs/storage-quickstart-static-website-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this article, you learn how to:
2323
> [!div class="checklist"]
2424
> * Create a random value (to be used in the resource group name) using [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
2525
> * Create an Azure resource group using [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
26-
> * Create a random value (to be used in the storage acccount name) using [random_string](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string)
26+
> * Create a random value (to be used in the storage account name) using [random_string](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string)
2727
> * Create a storage account with a static website using [azurerm_storage_account](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account)
2828
> * Create a storage account blob in the using [azurerm_storage_blob](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_blob)
2929

articles/storage/common/redundancy-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ As the conversion request is evaluated and processed, the status should progress
227227
| In Progress<sup>1</sup> | The conversion is in progress. |
228228
| Completed<br>**- or -**</br>Failed<sup>2</sup> | The conversion is completed successfully.<br>**- or -**</br>The conversion failed. |
229229

230-
<sup>1</sup> After initiation, a convsersion typically begins within 72 hours but may take longer in some cases. For more information about the timing of a customer-initiated conversion, see [Timing and frequency](#timing-and-frequency).<br />
230+
<sup>1</sup> After initiation, a conversion typically begins within 72 hours but may take longer in some cases. For more information about the timing of a customer-initiated conversion, see [Timing and frequency](#timing-and-frequency).<br />
231231
<sup>2</sup> If the conversion fails, submit a support request to Microsoft to determine the reason for the failure.<br />
232232

233233
> [!NOTE]

articles/storage/common/storage-explorer-emulators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you need to manually connect to an emulator that is running locally, open the
4343
### Remote emulator
4444

4545
> [!NOTE]
46-
> Although Storage Explorer supports connnecting to a remote emulator, it is not reccomended. Certain remote emulator configurations may make it difficult for Storage Explorer to understand that an emulator is being connected to, which may affect some features. For best results, configure your emulator to use the default development account name and key, and then use a name and key connection string to connect.
46+
> Although Storage Explorer supports connecting to a remote emulator, it is not recommended. Certain remote emulator configurations may make it difficult for Storage Explorer to understand that an emulator is being connected to, which may affect some features. For best results, configure your emulator to use the default development account name and key, and then use a name and key connection string to connect.
4747
4848
If you need to manually connect to an emulator running on a different machine, then you will need to construct a connection string that details how to connect to your emulator. The connection string will likely need to explicitly define the endpoint for each service type.
4949

articles/storage/common/storage-use-azcopy-blobs-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ You can also exclude files by using the `--exclude-path` option. To learn more,
174174

175175
### Use wildcard characters
176176

177-
Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pattern` option. Specify partial names that include the wildcard characters. Separate names by using a semicolin (`;`).
177+
Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pattern` option. Specify partial names that include the wildcard characters. Separate names by using a semicolon (`;`).
178178

179179
**Syntax**
180180

0 commit comments

Comments
 (0)