Skip to content

Commit e3db8c7

Browse files
authored
Merge pull request #84818 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 9711c18 + fd48557 commit e3db8c7

17 files changed

+43
-25
lines changed

articles/active-directory-b2c/active-directory-b2c-ui-customization-custom.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Create HTML content with your product's brand name in the title.
4848

4949
2. Paste the copied snippet in a text editor, and then save the file as *customize-ui.html*.
5050

51+
> [!NOTE]
52+
> HTML form elements will be removed due to security restrictions if you use login.microsoftonline.com. Please use b2clogin.com if you want to use HTML form elements in your custom HTML content. See [Use b2clogin.com](b2clogin.md) for other benefits.
53+
5154
## Create an Azure Blob storage account
5255

5356
>[!NOTE]

articles/active-directory-b2c/b2clogin.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ ms.subservice: B2C
1717

1818
When you set up an identity provider for sign-up and sign-in in your Azure Active Directory (Azure AD) B2C application, you need to specify a redirect URL. In the past, login.microsoftonline.com was used, now you should be using b2clogin.com.
1919

20+
> [!NOTE]
21+
> You can use JavaScript client-side code (currently in preview) in b2clogin.com. Your JavaScript code will be removed from your custom page if you use login.microsoftonline.com. Additional security restrictions are also applied to login.microsoftonline.com, such as removing HTML form elements from your custom page.
22+
2023
Using b2clogin.com gives you additional benefits, such as:
2124

2225
- Space consumed in the cookie header by Microsoft services is reduced.
2326
- Your URLs no longer include a reference to Microsoft. For example, `https://your-tenant-name.b2clogin.com/tenant-id/oauth2/authresp`.
2427

25-
>[!NOTE]
28+
> [!NOTE]
2629
> You can use both the tenant name and the tenant GUID as follows:
2730
> * `https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com` (which still refers to `onmicrosoft.com`)
2831
> * `https://your-tenant-name.b2clogin.com/your-tenant-guid` (in which case there is no reference to Microsoft at all)

articles/active-directory/manage-apps/functions-for-customizing-application-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Based on the user's first name, middle name and last name, you need to generate
389389

390390
SelectUniqueValue(
391391
Join("@", NormalizeDiacritics(StripSpaces(Join(".", [PreferredFirstName], [PreferredLastName]))), "contoso.com"),
392-
Join("@", NormalizeDiacritics(StripSpaces(Join(".", Mid([PreferredFirstName], 1, 1), [PreferredLastName]))), "contoso.com")
392+
Join("@", NormalizeDiacritics(StripSpaces(Join(".", Mid([PreferredFirstName], 1, 1), [PreferredLastName]))), "contoso.com"),
393393
Join("@", NormalizeDiacritics(StripSpaces(Join(".", Mid([PreferredFirstName], 1, 2), [PreferredLastName]))), "contoso.com")
394394
)
395395

articles/active-directory/saas-apps/slack-provisioning-tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ For more information on how to read the Azure AD provisioning logs, see [Reporti
117117

118118
* Only updates if these two settings are configured in Slack's workplace/organization - **Profile syncing is enabled** and **Users cannot change their display name**.
119119

120-
* Slack's **userName** attribute has to be under 21 characters and have a unique value.
120+
* Slack's **userName** attribute has to be under 21 characters and have a unique value.
121+
122+
* Slack only allows matching with the attributes **userName** and **email**.
121123

122124
## Additional Resources
123125

articles/aks/ssh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To configure your virtual machine scale set-based for SSH access, find the name
3535
Use the [az aks show][az-aks-show] command to get the resource group name of your AKS cluster, then the [az vmss list][az-vmss-list] command to get the name of your scale set.
3636

3737
```azurecli-interactive
38-
CLUSTER_RESOURCE_GROUP=$(az aks show --resource-group myResourceGroup --name myAKSCluster --query nodeResourceGroup -o tsv)
38+
$CLUSTER_RESOURCE_GROUP=$(az aks show --resource-group myResourceGroup --name myAKSCluster --query nodeResourceGroup -o tsv)
3939
SCALE_SET_NAME=$(az vmss list --resource-group $CLUSTER_RESOURCE_GROUP --query [0].name -o tsv)
4040
```
4141

@@ -92,7 +92,7 @@ To configure your virtual machine availability set-based AKS cluster for SSH acc
9292
Use the [az aks show][az-aks-show] command to get the resource group name of your AKS cluster, then the [az vm list][az-vm-list] command to list the virtual machine name of your cluster's Linux node.
9393

9494
```azurecli-interactive
95-
CLUSTER_RESOURCE_GROUP=$(az aks show --resource-group myResourceGroup --name myAKSCluster --query nodeResourceGroup -o tsv)
95+
$CLUSTER_RESOURCE_GROUP=$(az aks show --resource-group myResourceGroup --name myAKSCluster --query nodeResourceGroup -o tsv)
9696
az vm list --resource-group $CLUSTER_RESOURCE_GROUP -o table
9797
```
9898

articles/api-management/api-management-howto-disaster-recovery-backup-restore.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Note the following constraints when making a backup request:
172172
- While backup is in progress, **avoid changes in service management** such as SKU upgrade or downgrade, change in domain name, and more.
173173
- Restore of a **backup is guaranteed only for 30 days** since the moment of its creation.
174174
- **Usage data** used for creating analytics reports **isn't included** in the backup. Use [Azure API Management REST API][azure api management rest api] to periodically retrieve analytics reports for safekeeping.
175+
- In addition, the following items are not part of the backup data: custom domain SSL certificates and any intermediate or root certificates uploaded by customer, developer portal content, and virtual network integration settings.
175176
- The frequency with which you perform service backups affect your recovery point objective. To minimize it, we recommend implementing regular backups and performing on-demand backups after you make changes to your API Management service.
176177
- **Changes** made to the service configuration, (for example, APIs, policies, and developer portal appearance) while backup operation is in process **might be excluded from the backup and will be lost**.
177178
- **Allow** access from control plane to Azure Storage Account. Customer should open the following set of Inbound IPs on their Storage Account for Backup.

articles/azure-functions/functions-create-first-java-maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public class Function {
119119

120120
## Run the function locally
121121

122-
Change directory to the newly created project folder and build and run the function with Maven:
122+
Change directory to the newly created project folder (the one containing your host.json and pom.xml files) and build and run the function with Maven:
123123

124124
```CMD
125125
cd fabrikam-function

articles/azure-functions/functions-run-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following steps use Homebrew to install the Core Tools on macOS.
8989
9090
The following steps use [APT](https://wiki.debian.org/Apt) to install Core Tools on your Ubuntu/Debian Linux distribution. For other Linux distributions, see the [Core Tools readme](https://github.com/Azure/azure-functions-core-tools/blob/master/README.md#linux).
9191
92-
1. Register the Microsoft product key as trusted:
92+
1. Install the Microsoft package repository GPG key, to validate package integrity:
9393
9494
```bash
9595
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg

articles/azure-government/documentation-government-services-securityandidentity.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ The Qualys Vulnerability Assessment agent is not available.
3737
- **Windows Defender Advanced Threat Protection alerts**
3838
Windows Defender ATP installation on Windows VMs via Security Center and the associated alerts are not available.
3939

40-
### Alerts and notifications
41-
42-
- **Email notifications for high severity alerts and JIT access**
43-
Alerts and just-in-time access will function normally. However, email notifications are not available.
40+
### Notifications
4441

4542
- **Azure activity logs**
4643
User activity in Security Center is not logged in Azure activity logs in Microsoft Azure Government. This means that there’s no trace or audit for user performed actions.

articles/event-grid/custom-event-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ The endpoint for your web app must include the suffix `/api/updates/`.
8080
endpoint=https://$sitename.azurewebsites.net/api/updates
8181
8282
az eventgrid event-subscription create \
83-
-g gridResourceGroup \
84-
--topic-name $topicname \
85-
--name demoViewerSub \
83+
--source-resource-id "/subscriptions/{subscription-id}/resourceGroups/{resource-group}/providers/Microsoft.EventGrid/topics/$topicname"
84+
--name demoViewerSub
8685
--endpoint $endpoint
86+
8787
```
8888

8989
View your web app again, and notice that a subscription validation event has been sent to it. Select the eye icon to expand the event data. Event Grid sends the validation event so the endpoint can verify that it wants to receive event data. The web app includes code to validate the subscription.

0 commit comments

Comments
 (0)