Skip to content

Commit e528b7f

Browse files
authored
Merge pull request #271607 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 4b68986 + 59d51bc commit e528b7f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

articles/api-center/use-vscode-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following Visual Studio Code extensions are optional and needed only for cer
4141

4242
* [REST client extension](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) - to send HTTP requests and view the responses in Visual Studio Code directly
4343
* [Microsoft Kiota extension](https://marketplace.visualstudio.com/items?itemName=ms-graph.kiota) - to generate API clients
44-
44+
* [Spectral extension](https://marketplace.visualstudio.com/items?itemName=stoplight.spectral) - to run shift-left API design conformance checks in Visual Studio Code
4545

4646
## Setup
4747

articles/container-apps/health-probes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ The optional `failureThreshold` setting defines the number of attempts Container
164164

165165
If ingress is enabled, the following default probes are automatically added to the main app container if none is defined for each type.
166166

167+
> [!NOTE]
168+
> Default probes are currently not applied on workload profile environments when using the Consumption plan. This behavior may change in the future.
169+
167170
| Probe type | Default values |
168171
| -- | -- |
169172
| Startup | Protocol: TCP<br>Port: ingress target port<br>Timeout: 3 seconds<br>Period: 1 second<br>Initial delay: 1 second<br>Success threshold: 1<br>Failure threshold: 240 |

articles/storage/blobs/storage-blob-faq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ sections:
5151
- The asterisk character `*` is a valid character in a blob name. If the asterisk character is used in a prefix, then the prefix will match blobs with an asterisk in their names. The asterisk doesn't function as a wildcard character.
5252
- The question mark character `?` is a valid character in a blob name. If the question mark character is used in a prefix, then the prefix will match blobs with a question mark in their names. The question mark doesn't function as a wildcard character.
5353
- The prefix match considers only positive (=) logical comparisons. Negative (!=) logical comparisons are ignored.
54+
- The prefix matching operates in a case-sensitive manner.
5455
- question: |
5556
Is there a way to identify the time at which the policy will be executing?
5657
answer: |

0 commit comments

Comments
 (0)