Skip to content

Commit 948ec7b

Browse files
authored
Merge pull request #191684 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 511016d + 7ef6d87 commit 948ec7b

File tree

19 files changed

+33
-31
lines changed

19 files changed

+33
-31
lines changed

articles/active-directory/cloud-infrastructure-entitlement-management/cloudknox-product-data-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can use the **Data Collectors** dashboard in CloudKnox Permissions Managemen
6262
1. Select the ellipses **(...)** at the end of the row in the table.
6363
1. Select **Edit Configuration**.
6464

65-
The **M-CIEM Onboarding - Summary** box displays.
65+
The **CloudKnox Onboarding - Summary** box displays.
6666

6767
1. Select **Edit** (the pencil icon) for each field you want to change.
6868
1. Select **Verify now & save**.

articles/active-directory/standards/memo-22-09-meet-identity-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.collection: M365-identity-device-management
1717

1818
# Meeting identity requirements of Memorandum 22-09 with Azure Active Directory
1919

20-
This series of articles offer guidance for employing Azure Active Directory (Azure AD) as a centralized identity management system for implementing Zero Trust principles as described by the US Federal Government’s Office of Management and Budget (OMB) [Memorandum M-22-09](https://www.whitehouse.gov/wp-content/uploads/2022/01/M-22-09.pdf). Throughout this document wee refer to it as "The memo."
20+
This series of articles offer guidance for employing Azure Active Directory (Azure AD) as a centralized identity management system for implementing Zero Trust principles as described by the US Federal Government’s Office of Management and Budget (OMB) [Memorandum M-22-09](https://www.whitehouse.gov/wp-content/uploads/2022/01/M-22-09.pdf). Throughout this document we refer to it as "The memo."
2121

2222
The release of Memorandum 22-09 is designed to support Zero trust initiatives within federal agencies; it also provides regulatory guidance in supporting Federal Cybersecurity and Data Privacy Laws. The Memo cites the [Department of Defense (DoD) Zero Trust Reference Architecture](https://dodcio.defense.gov/Portals/0/Documents/Library/(U)ZT_RA_v1.1(U)_Mar21.pdf),
2323

articles/applied-ai-services/form-recognizer/includes/get-started/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You will create the following directory structure:
9292

9393
:::image type="content" source="../../media/quickstarts/java-directories.png" alt-text="Screenshot: Java directory structure":::
9494

95-
Navigate to the java directory and create a file called *FormRecognizer.java*. Open it in your preferred editor or IDE and add the following package declaration and `import` statements:
95+
Navigate to the Java directory and create a file called *FormRecognizer.java*. Open it in your preferred editor or IDE and add the following package declaration and `import` statements:
9696

9797
```java
9898
import com.azure.ai.formrecognizer.*;

articles/azure-functions/bring-dependency-to-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ One of the simplest ways to bring in dependencies is to put the files/artifact t
8484
| - local.settings.json
8585
| - pom.xml
8686
```
87-
For java specifically, you need to specifically include the artifacts into the build/target folder when copying resources. Here's an example on how to do it in Maven:
87+
For Java specifically, you need to specifically include the artifacts into the build/target folder when copying resources. Here's an example on how to do it in Maven:
8888

8989
```xml
9090
...

articles/azure-functions/functions-how-to-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ env:
330330
AZURE_FUNCTIONAPP_NAME: your-app-name # set this to your function app name on Azure
331331
POM_XML_DIRECTORY: '.' # set this to the directory which contains pom.xml file
332332
POM_FUNCTIONAPP_NAME: your-app-name # set this to the function app name in your local development environment
333-
JAVA_VERSION: '1.8.x' # set this to the java version to use
333+
JAVA_VERSION: '1.8.x' # set this to the Java version to use
334334
335335
jobs:
336336
build-and-deploy:

articles/azure-functions/functions-versions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ The following are some changes to be aware of before upgrading a 3.x app to 4.x.
149149

150150
- Default and maximum timeouts are now enforced in 4.x Linux consumption function apps. ([#1915](https://github.com/Azure/Azure-Functions/issues/1915))
151151

152+
- Azure Functions 4.x uses Azure.Identity and Azure.Security.KeyVault.Secrets for the Key Vault provider and has deprecated the use of Microsoft.Azure.KeyVault. See the Key Vault option in [Secret Repositories](security-concepts.md#secret-repositories) for more information on how to configure function app settings. ([#2048](https://github.com/Azure/Azure-Functions/issues/2048))
153+
152154
- Function apps that share storage accounts will fail to start if their computed hostnames are the same. Use a separate storage account for each function app. ([#2049](https://github.com/Azure/Azure-Functions/issues/2049))
153155

154156
::: zone pivot="programming-language-csharp"

articles/azure-monitor/app/java-standalone-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ In this case, the server side is the Application Insights ingestion endpoint or
177177

178178
#### How to add the missing cipher suites:
179179

180-
If using Java 9 or later, please check if the JVM has `jdk.crypto.cryptoki` module included in the jmods folder. Also if you are building a custom java runtime using `jlink` please make sure to include the same module.
180+
If using Java 9 or later, please check if the JVM has `jdk.crypto.cryptoki` module included in the jmods folder. Also if you are building a custom Java runtime using `jlink` please make sure to include the same module.
181181

182182
Otherwise, these cipher suites should already be part of modern Java 8+ distributions,
183183
so it is recommended to check where you installed your Java distribution from, and investigate why the security

articles/azure-resource-manager/bicep/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Bicep language for deploying Azure resources
33
description: Describes the Bicep language for deploying infrastructure to Azure. It provides an improved authoring experience over using JSON to develop templates.
44
ms.topic: conceptual
5-
ms.date: 01/21/2022
5+
ms.date: 03/14/2022
66
---
77

88
# What is Bicep?
99

1010
Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. In a Bicep file, you define the infrastructure you want to deploy to Azure, and then use that file throughout the development lifecycle to repeatedly deploy your infrastructure. Your resources are deployed in a consistent manner.
1111

12-
Bicep provides concise syntax, reliable type safety, and support for code reuse. We believe Bicep offers the best authoring experience for your [infrastructure-as-code](/devops/deliver/what-is-infrastructure-as-code) solutions in Azure.
12+
Bicep provides concise syntax, reliable type safety, and support for code reuse. Bicep offers a first-class authoring experience for your [infrastructure-as-code](/devops/deliver/what-is-infrastructure-as-code) solutions in Azure.
1313

1414
## Benefits of Bicep
1515

articles/azure-resource-manager/management/resource-name-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ In the following tables, the term alphanumeric refers to:
747747
> | --- | --- | --- | --- |
748748
> | workspaces | global | 1-50 | Lowercase letters, hyphens, and numbers.<br><br>Start and end with letter or number.<br><br>Can't contain `-ondemand` |
749749
> | workspaces / bigDataPools | workspace | 1-15 | Letters and numbers.<br><br>Start with letter. End with letter or number.<br><br>Can't contain [reserved word](../troubleshooting/error-reserved-resource-name.md). |
750-
> | workspaces / sqlPools | workspace | 1-60 | Can't contain `<>*%&:\/?@-` or control characters.<br><br>Can't end with `.` or space.<br><br>Can't contain [reserved word](../troubleshooting/error-reserved-resource-name.md). |
750+
> | workspaces / sqlPools | workspace | 1-15 | Can contain only letters, numbers, or underscore.<br><br>Can't contain [reserved word](../troubleshooting/error-reserved-resource-name.md). |
751751
752752
## Microsoft.TimeSeriesInsights
753753

articles/azure-signalr/signalr-quickstart-azure-functions-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Having issues? Try the [troubleshooting guide](signalr-howto-troubleshoot-guide.
5050

5151
## Configure and run the Azure Function app
5252

53-
1. Make sure you have Azure Function Core Tools, java (version 11 in the sample) and maven installed.
53+
1. Make sure you have Azure Function Core Tools, Java (version 11 in the sample) and maven installed.
5454

5555
```bash
5656
mvn archetype:generate -DarchetypeGroupId=com.microsoft.azure -DarchetypeArtifactId=azure-functions-archetype -DjavaVersion=11

0 commit comments

Comments
 (0)