Skip to content

Commit f71e593

Browse files
Merge pull request #215421 from alexbuckgit/alexbuckgit/docutune-autopr-20221021-152746-3422572
Fix formatting issues
2 parents 11879bb + ab0f608 commit f71e593

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

articles/azure-functions/functions-bindings-storage-blob-trigger.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ There are several ways to execute your function code based on changes to blobs i
2323
| Filters | [Blob name pattern](#blob-name-patterns) | [Event filters](../storage/blobs/storage-blob-event-overview.md#filtering-events) | n/a | [Event filters](../storage/blobs/storage-blob-event-overview.md#filtering-events) |
2424
| Requires [event subscription](../event-grid/concepts.md#event-subscriptions) | No | Yes | No | Yes |
2525
| Supports high-scale² | No | Yes | Yes | Yes |
26-
| Description | Default trigger behavior, which relies on polling the container for updates. For more information, see the [examples in this article](#example). | Consumes blob storage events from an event subscription. Requires a `Source` parameter value of `EventGrid`. For more information, see [Tutorial: Trigger Azure Functions on blob containers using an event subscription](./functions-event-grid-blob-trigger.md). | Blob name string is manually added to a storage queue when a blob is added to the container. This value is passed directly by a Queue Storage trigger to a Blob Storage input binding on the same function. | Provides the flexibility of triggering on events besides those coming from a storage container. Use when need to also have non-storage events trigger your function. For more information, see [How to work with Event Grid triggers and bindings in Azure Functions](event-grid-how-tos.md). |
26+
| Description | Default trigger behavior, which relies on polling the container for updates. For more information, see the [examples in this article](#example). | Consumes blob storage events from an event subscription. Requires a `Source` parameter value of `EventGrid`. For more information, see [Tutorial: Trigger Azure Functions on blob containers using an event subscription](./functions-event-grid-blob-trigger.md). | Blob name string is manually added to a storage queue when a blob is added to the container. This value is passed directly by a Queue Storage trigger to a Blob Storage input binding on the same function. | Provides the flexibility of triggering on events besides those coming from a storage container. Use when need to also have non-storage events trigger your function. For more information, see [How to work with Event Grid triggers and bindings in Azure Functions](event-grid-how-tos.md). |
2727

28-
¹Blob Storage input and output bindings support blob-only accounts.
29-
²High scale can be loosely defined as containers that have more than 100,000 blobs in them or storage accounts that have more than 100 blob updates per second.
28+
<sup>1</sup> Blob Storage input and output bindings support blob-only accounts.
29+
30+
<sup>2</sup> High scale can be loosely defined as containers that have more than 100,000 blobs in them or storage accounts that have more than 100 blob updates per second.
3031

3132
For information on setup and configuration details, see the [overview](./functions-bindings-storage-blob.md).
3233

articles/azure-netapp-files/performance-linux-concurrency-session-slots.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ In NFSv4.1, sessions define the relationship between the client and the server.
153153

154154
Although Linux clients default to 64 maximum requests per session, the value of `max_session_slots` is tunable. A reboot is required for changes to take effect. Use the `systool -v -m nfs` command to see the current maximum in use by the client. For the command to work, at least one NFSv4.1 mount must be in place:
155155

156-
```
156+
```shell
157157
$ systool -v -m nfs
158158
{
159159
Module = "nfs"
160-
160+
...
161161
Parameters:
162-
163-
max_session_slots = "64"
164-
162+
...
163+
max_session_slots = "64"
164+
...
165165
}
166166
```
167167

articles/cost-management-billing/manage/ea-transfers.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ When you request an account transfer with a support request, provide the followi
3737
Other points to keep in mind before an account transfer:
3838

3939
- Approval from a full EA Administrator, not a read-only EA administrator, is required for the target and source enrollment.
40-
- If you have only UPN (User Principal Name) entities configured as full EA administrators without access to e-mail, you must perform one of the following actions:
41-
- Create a temporary full EA administrator account in the EA portal
42-
&mdash; Or &mdash;
43-
- Provide EA portal screenshot evidence of a user account associated with the UPN account
40+
- If you have only UPN (User Principal Name) entities configured as full EA administrators without access to e-mail, you must **either** create a temporary full EA administrator account in the EA portal **or** provide EA portal screenshot evidence of a user account associated with the UPN account.
4441
- You should consider an enrollment transfer if an account transfer doesn't meet your requirements.
4542
- Your account transfer moves all services and subscriptions related to the specific accounts.
4643
- Your transferred account appears inactive under the source enrollment and appears active under the target enrollment when the transfer is complete.

articles/cost-management-billing/manage/mca-setup-account.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ Before you start the setup, we recommend you do the following actions:
4545

4646
## Access required to complete the setup
4747

48-
To complete the setup, you need the following access:
48+
To complete the setup, you need both of these roles:
4949

50-
- Owner of the billing account that was created when the Microsoft Customer Agreement was signed. To learn more about billing accounts, see [Your billing account](../understand/mca-overview.md#your-billing-account).
51-
— And —
50+
- Owner of the billing account that was created when the Microsoft Customer Agreement was signed. To learn more about billing accounts, see [Your billing account](../understand/mca-overview.md#your-billing-account).
5251
- Enterprise administrator on the enrollment that is renewed.
5352

5453
### Start migration and get permission needed to complete setup

0 commit comments

Comments
 (0)