Skip to content

Commit 8eff325

Browse files
authored
Merge pull request #292021 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents c2d2cd7 + ddc32a9 commit 8eff325

File tree

60 files changed

+94
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+94
-94
lines changed

articles/spring-apps/basic-standard/includes/application-observability/application-observability-with-basic-standard-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ To set up an action group, use the following steps:
248248

249249
1. On the **Create action group** page, select the subscription and resource group you want to cover. Enter the following information:
250250

251-
- **Action group name**: Enter *email-notifacation*.
251+
- **Action group name**: Enter *email-notification*.
252252
- **Short name**: Enter *email*.
253253
- **Region**: Select the region you want to use.
254254

articles/static-web-apps/database-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To complete this tutorial, you need to have an existing Azure Database for Postg
3232

3333
| Resource | Description |
3434
|---|---|
35-
| [Azure Database for PostgreSQL Flexible Server](/azure/postgresql/flexible-server/quickstart-create-server-portal) or [Azure Database for PostgreSQL Single Server Database](/azure/postgresql/single-server/quickstart-create-server-database-portal) | If you don't already have one, follow the steps in the [create an Azure Database for PostgreSQL Flexible Server database](/azure/postgresql/flexible-server/quickstart-create-server-portal) guide, or in the [create an Azure Database for PostgeSQL Single Server database](/azure/postgresql/single-server/quickstart-create-server-database-portal) guide. If you plan to use a connection string authentication for Static Web Apps' database connections, ensure that you create your Azure Database for PostgreSQL Server with PostgreSQL authentication. You can change this value if you want to use managed identity later on. |
35+
| [Azure Database for PostgreSQL Flexible Server](/azure/postgresql/flexible-server/quickstart-create-server-portal) or [Azure Database for PostgreSQL Single Server Database](/azure/postgresql/single-server/quickstart-create-server-database-portal) | If you don't already have one, follow the steps in the [create an Azure Database for PostgreSQL Flexible Server database](/azure/postgresql/flexible-server/quickstart-create-server-portal) guide, or in the [create an Azure Database for PostgreSQL Single Server database](/azure/postgresql/single-server/quickstart-create-server-database-portal) guide. If you plan to use a connection string authentication for Static Web Apps' database connections, ensure that you create your Azure Database for PostgreSQL Server with PostgreSQL authentication. You can change this value if you want to use managed identity later on. |
3636
| [Existing static web app](getting-started.md) | If you don't already have one, follow the steps in the [getting started](getting-started.md) guide to create a *No Framework* static web app. |
3737
| [Azure Data Studio, with the PostgreSQL extension](/azure-data-studio/quickstart-postgres) | If you don't already have Azure Data Studio installed, follow the guide to install [Azure Data Studio, with the PostgreSQL extension](/azure-data-studio/quickstart-postgres). Alternatively, you may use any other tool to query your PostgreSQL database, such as PgAdmin. |
3838

articles/storage-mover/endpoint-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The following steps describe the process of creating a source endpoint.
178178
$storageMoverName = "[Storage mover resource's name]"
179179
$sourceHost = "[Source share's host name or IP address]"
180180
$sourceShare = "[Source share's name]"
181-
$targetResourceID = "/subscriptions/[GUID]/resourceGroups/demoResrouceGroup/"
181+
$targetResourceID = "/subscriptions/[GUID]/resourceGroups/demoResourceGroup/"
182182
$targetResourceID += "providers/Microsoft.Storage/storageAccounts/demoAccount"
183183
184184
## For SMB endpoints

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

0 commit comments

Comments
 (0)