Skip to content

Commit 2989396

Browse files
authored
Merge pull request #134440 from MicrosoftDocs/master
10/19 AM Publish
2 parents 94ca9e8 + 882cb3e commit 2989396

File tree

92 files changed

+1116
-643
lines changed

Some content is hidden

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

92 files changed

+1116
-643
lines changed

articles/active-directory-b2c/one-time-password-technical-profile.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 09/02/2020
12+
ms.date: 10/19/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -69,13 +69,15 @@ The following settings can be used to configure code generation mode:
6969

7070
| Attribute | Required | Description |
7171
| --------- | -------- | ----------- |
72-
| CodeExpirationInSeconds | No | Time in seconds until code expiration. Minimum: `60`; Maximum: `1200`; Default: `600`. |
72+
| CodeExpirationInSeconds | No | Time in seconds until code expiration. Minimum: `60`; Maximum: `1200`; Default: `600`. Every time a code is provided (same code using `ReuseSameCode`, or a new code), the code expiration is extended. |
7373
| CodeLength | No | Length of the code. The default value is `6`. |
7474
| CharacterSet | No | The character set for the code, formatted for use in a regular expression. For example, `a-z0-9A-Z`. The default value is `0-9`. The character set must include a minimum of 10 different characters in the set specified. |
7575
| NumRetryAttempts | No | The number of verification attempts before the code is considered invalid. The default value is `5`. |
7676
| NumCodeGenerationAttempts | No | The number of maximum code generation attempts per identifier. The default value is 10 if not specified. |
7777
| Operation | Yes | The operation to be performed. Possible value: `GenerateCode`. |
78-
| ReuseSameCode | No | Whether a duplicate code should be given rather than generating a new code when given code has not expired and is still valid. The default value is `false`. |
78+
| ReuseSameCode | No | Whether the same code should be given rather than generating a new code when given code has not expired and is still valid. The default value is `false`. |
79+
80+
7981

8082
### Example
8183

articles/aks/managed-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AKS-managed Azure Active Directory integration is available in public regions wh
2727
## Limitations
2828

2929
* AKS-managed Azure AD integration can't be disabled
30-
* non-RBAC enabled clusters aren't supported for AKS-managed Azue AD integration
30+
* non-RBAC enabled clusters aren't supported for AKS-managed Azure AD integration
3131
* Changing the Azure AD tenant associated with AKS-managed Azure AD integration isn't supported
3232

3333
## Prerequisites

articles/app-service/configure-language-java.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,11 +687,15 @@ App Service allows users to choose the major version of the JVM, such as Java 8
687687
688688
If you choose to pin the minor version, you will need to periodically update the JVM minor version on the site. To ensure that your application runs on the newer minor version, create a staging slot and increment the minor version on the staging site. Once you have confirmed the application runs correctly on the new minor version, you can swap the staging and production slots.
689689
690+
## JBoss EAP hardware options
691+
692+
JBoss EAP is only available on the Premium and Isolated hardware options. Customers that created a JBoss EAP site on a Free, Shared, Basic, or Standard tier during the public preview should scale up to Premium or Isolated hardware tier to avoid unexpected behavior.
693+
690694
## Java runtime statement of support
691695
692696
### JDK versions and maintenance
693697
694-
Azure's supported Java Development Kit (JDK) is [Zulu](https://www.azul.com/downloads/azure-only/zulu/) provided through [Azul Systems](https://www.azul.com/). Azul Zulu Enterprise builds of OpenJDK are a no-cost, multi-platform, production-ready distribution of the OpenJDK for Azure and Azure Stack backed by Microsoft and Azul Systems. They contain all the components for building and running Java SE applications. You can install the JDK from [Java JDK Installation](/azure/developer/java/fundamentals/java-jdk-long-term-support).
698+
Azure's supported Java Development Kit (JDK) is [Zulu](https://www.azul.com/downloads/azure-only/zulu/) provided through [Azul Systems](https://www.azul.com/). Azul Zulu Enterprise builds of OpenJDK are a no-cost, multi-platform, production-ready distribution of the OpenJDK for Azure and Azure Stack backed by Microsoft and Azul Systems. They contain all the components for building and running Java SE applications. You can install the JDK from [Java JDK Installation](https://aka.ms/azure-jdks).
695699
696700
Major version updates will be provided through new runtime options in Azure App Service. Customers update to these newer versions of Java by configuring their App Service deployment and are responsible for testing and ensuring the major update meets their needs.
697701
@@ -720,4 +724,4 @@ Product support for the [Azure-supported Azul Zulu JDK](https://www.azul.com/dow
720724
721725
Visit the [Azure for Java Developers](/java/azure/) center to find Azure quickstarts, tutorials, and Java reference documentation.
722726
723-
General questions about using App Service for Linux that aren't specific to the Java development are answered in the [App Service Linux FAQ](faq-app-service-linux.md).
727+
General questions about using App Service for Linux that aren't specific to the Java development are answered in the [App Service Linux FAQ](faq-app-service-linux.md).

articles/app-service/environment/firewall-integration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ With an Azure Firewall, you automatically get everything below configured with t
222222
|rteventservice.trafficmanager.net:443 |
223223
|ctldl.windowsupdate.com:80 |
224224
|ctldl.windowsupdate.com:443 |
225+
|global-dsms.dsms.core.windows.net:443 |
225226

226227
#### Wildcard HTTP/HTTPS dependencies
227228

@@ -425,6 +426,7 @@ Linux is not available in US Gov regions and is thus not listed as an optional c
425426
|www.microsoft.com:443 |
426427
|www.msftconnecttest.com:443 |
427428
|www.thawte.com:443 |
429+
|global-dsms.dsms.core.usgovcloudapi.net:443 |
428430

429431
<!--Image references-->
430432
[1]: ./media/firewall-integration/firewall-apprule.png

articles/azure-functions/functions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Functions allows you to run small pieces of code (called "functions") with
1717

1818
A function is "triggered" by a specific type of event. [Supported triggers](./functions-triggers-bindings.md) include responding to changes in data, responding to messages, running on a schedule, or as the result of an HTTP request.
1919

20-
While you can always code directly against a myriad of services, integrating with other services is streamlined by using bindings. Bindings give you [declarative access to a wide variety of Azure and third-party services](./functions-triggers-bindings.md).
20+
Although you can always code directly against myriad services, integrating with other services is streamlined by using bindings. Bindings give you [declarative access to a wide variety of Azure and third-party services](./functions-triggers-bindings.md).
2121

2222
## Features
2323

articles/azure-monitor/learn/nodejs-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Application Insights can gather telemetry data from any internet-connected appli
5656
npm install applicationinsights --save
5757
```
5858

59-
3. Edit your app's first *.js* file and add the two lines below to the topmost part of your script. If you're using the [Node.js quickstart app](../../app-service/quickstart-nodejs.md), you would modify the *index.js* file. Replace `<instrumentation_key>` with your application's instrumentation key.
59+
3. Edit your app's first *.js* file and add the two lines below to the topmost part of your script. If you're using the [Node.js quickstart app](../../app-service/quickstart-nodejs.md), you would modify the *index.js* file. Replace `<instrumentation_key>` with your application insight's instrumentation key.
6060

6161
```JavaScript
6262
const appInsights = require('applicationinsights');

articles/azure-monitor/platform/delete-workspace.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ You must have at least *Log Analytics Contributor* permissions to delete a works
109109
* If you get an error message *This workspace name is already in use* or *conflict* when creating a workspace, it could be since:
110110
* The workspace name isn't available and being used by someone in your organization, or by other customer.
111111
* The workspace was deleted in the last 14 days and its name kept reserved for the soft-delete period. To override the soft-delete and permanently delete your workspace to create a new workspace with the same name, follow these steps to recover the workspace first and perform permanent delete:<br>
112-
1. [Recover](#recover-workspace) your workspace.
113-
2. [Permanently delete](#permanent-workspace-delete) your workspace.
114-
3. Create a new workspace using the same workspace name.
112+
1. [Recover](#recover-workspace) your workspace.
113+
2. [Permanently delete](#permanent-workspace-delete) your workspace.
114+
3. Create a new workspace using the same workspace name.
115+
* If you see a 204 response code that shows *Resource not found*, the cause might be consecutive tries to use the delete workspace operation. 204 is an empty response, which usually means that the resource doesn't exist, so the delete completed without doing anything.
116+
After the deletion call is successfully completed on the back end, you can restore the workspace and complete the permanent delete operation in one of the methods suggested earlier.
117+

articles/azure-portal/supportability/resource-manager-core-quotas-request.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ You can request an increase of the vCPUs quota limit for the VM series from Azur
1919

2020
When a new subscription is created, the default Total Regional vCPUs may not be equal to the sum of default vCPU quotas for all individual VM series. This fact can result in a subscription with enough quota for each individual VM series that you want to deploy. It could lack enough quota for Total Regional vCPUs for all deployments. In this case, you'll need to submit a request to increase the Total Regional vCPUs limit explicitly. Total Regional vCPUs limit can't exceed the sum of approved quota across all VM series for the region.
2121

22+
> [!NOTE]
23+
> If you want to raise the limit or quota above the default limit, [open an online customer support request at no charge](https://docs.microsoft.com/azure/azure-resource-manager/templates/error-resource-quota#solution).
24+
2225
For more information about quotas, see [Virtual machine vCPU quotas](../../virtual-machines/windows/quotas.md) and [Azure subscription and service limits, quotas, and constraints](../../azure-resource-manager/management/azure-subscription-service-limits.md).
2326

articles/azure-sql/database/sql-data-sync-data-sql-server-sql-database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Provisioning and deprovisioning during sync group creation, update, and deletion
131131
- The names of objects (databases, tables, and columns) can't contain the printable characters period (.), left square bracket ([), or right square bracket (]).
132132
- Azure Active Directory authentication isn't supported.
133133
- If there are tables with the same name but different schema (for example, dbo.customers and sales.customers) only one of the tables can be added into sync.
134+
- A table name can't have characters that have an ASCII value smaller or equal than '-'.
134135
- Columns with User-Defined Data Types aren't supported
135136
- Moving servers between different subscriptions isn't supported.
136137

articles/azure-vmware/includes/hcx-network-segments.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ ms.date: 09/28/2020
77

88
<!-- Used in avs-production-ready-deployment.md and tutorial-deploy-vmware-hcx.md -->
99

10-
There are four networks needed for VMware HCX:
10+
Four networks are needed for VMware HCX:
1111

12-
- **Management Network:** Typically, it's the same management network used on the vSphere cluster. At a minimum, identify two IPs on this network segment for VMware HCX (larger numbers may be needed depending on your deployment).
12+
- **Management network:** Typically, it's the same management network used on the vSphere cluster. At a minimum, identify two IPs on this network segment for VMware HCX. (You might need larger numbers, depending on your deployment.)
1313

14-
- **vMotion Network:** Typically, it's the same network used for vMotion on the vSphere cluster. At a minimum, identify two IPs on this network segment for VMware HCX (larger numbers may be needed depending on your deployment).
14+
- **vMotion network:** Typically, it's the same network used for vMotion on the vSphere cluster. At a minimum, identify two IPs on this network segment for VMware HCX. (You might need larger numbers, depending on your deployment.)
1515

1616
The vMotion network must be exposed on a distributed virtual switch or vSwitch0. If it's not, modify the environment.
1717

1818
> [!NOTE]
19-
> If this network is not routed (private), that is OK.
19+
> If this network is not routed (private), that's OK.
2020
21-
- **Uplink Network:** You want to create a new network for VMware HCX Uplink and extend it to your vSphere cluster via a port group. At a minimum, identify two IPs on this network segment for VMware HCX (larger numbers may be needed depending on your deployment).
21+
- **Uplink network:** You want to create a new network for VMware HCX Uplink and extend it to your vSphere cluster via a port group. At a minimum, identify two IPs on this network segment for VMware HCX. (You might need larger numbers, depending on your deployment.)
2222

2323
> [!NOTE]
2424
> The recommended method is to create a /29 network, but any network size will do.
2525
26-
- **Replication Network:** You want to create a new network for VMware HCX Replication and extend that network to your vSphere cluster via a port group. At a minimum, identify two IPs on this network segment for VMware HCX (larger numbers may be needed depending on your deployment).
26+
- **Replication network:** You want to create a new network for VMware HCX Replication and extend that network to your vSphere cluster via a port group. At a minimum, identify two IPs on this network segment for VMware HCX. (You might need larger numbers, depending on your deployment.)
2727

2828
> [!NOTE]
2929
> The recommended method is to create a /29 network, but any network size will do.

0 commit comments

Comments
 (0)