Skip to content

Commit 8925bfc

Browse files
authored
Merge pull request #206091 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 54abcff + a4ab198 commit 8925bfc

File tree

256 files changed

+2916
-2128
lines changed

Some content is hidden

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

256 files changed

+2916
-2128
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,11 @@
420420
"source_path_from_root": "/articles/azure-monitor/insights/network-insights-overview.md" ,
421421
"redirect_url": "/azure/network-watcher/network-insights-overview",
422422
"redirect_document_id": false
423+
},
424+
{
425+
"source_path_from_root": "/articles/azure-monitor/insights/key-vault-insights-overview.md" ,
426+
"redirect_url": "/azure/key-vault/key-vault-insights-overview",
427+
"redirect_document_id": false
423428
}
424429
]
425430
}

articles/active-directory/fundamentals/security-operations-privileged-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The log files you use for investigation and monitoring are:
3434

3535
* [Azure AD Audit logs](../reports-monitoring/concept-audit-logs.md)
3636
* [Microsoft 365 Audit logs](/microsoft-365/compliance/auditing-solutions-overview)
37-
* [Azure Key Vault insights](../../azure-monitor/insights/key-vault-insights-overview.md)
37+
* [Azure Key Vault insights](../../key-vault/key-vault-insights-overview.md)
3838

3939
From the Azure portal, you can view the Azure AD Audit logs and download as comma-separated value (CSV) or JavaScript Object Notation (JSON) files. The Azure portal has several ways to integrate Azure AD logs with other tools that allow for greater automation of monitoring and alerting:
4040

articles/active-directory/roles/security-emergency-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Some organizations use AD Domain Services and AD FS or similar identity provider
8989

9090
## Store account credentials safely
9191

92-
Organizations need to ensure that the credentials for emergency access accounts are kept secure and known only to individuals who are authorized to use them. Some customers use a smartcard and others use passwords. A password for an emergency access account is usually separated into two or three parts, written on separate pieces of paper, and stored in secure, fireproof safes that are in secure, separate locations.
92+
Organizations need to ensure that the credentials for emergency access accounts are kept secure and known only to individuals who are authorized to use them. Some customers use a smartcard for Windows Server AD, a [FIDO2 security key](../authentication/howto-authentication-passwordless-security-key.md) for Azure AD and others use passwords. A password for an emergency access account is usually separated into two or three parts, written on separate pieces of paper, and stored in secure, fireproof safes that are in secure, separate locations.
9393

9494
If using passwords, make sure the accounts have strong passwords that do not expire the password. Ideally, the passwords should be at least 16 characters long and randomly generated.
9595

articles/aks/learn/quick-kubernetes-deploy-rm-template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ For more information about creating SSH keys, see [Create and manage SSH keys fo
6363

6464
The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/aks/).
6565

66-
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.kubernetes/aks/azuredeploy.json":::
67-
6866
For more AKS samples, see the [AKS quickstart templates][aks-quickstart-templates] site.
6967

7068
## Deploy the template
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
author: cephalin
3+
ms.author: cephalin
4+
ms.topic: include
5+
ms.date: 07/07/2022
6+
---
7+
8+
In the App Service page:
9+
10+
1. From the left menu, select **Overview**.
11+
12+
1. Select the URL of your app.
13+
14+
You can also navigate directly to `https://<app-name>.azurewebsites.net`.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: cephalin
3+
ms.author: cephalin
4+
ms.topic: include
5+
ms.date: 07/07/2022
6+
---
7+
8+
Add a few tasks to the list.
9+
10+
Congratulations, you're running a data-driven PHP app in Azure App Service.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
author: cephalin
3+
ms.author: cephalin
4+
ms.topic: include
5+
ms.date: 07/07/2022
6+
---
7+
8+
In the App Service page:
9+
10+
1. From the left menu, select **Configuration**.
11+
12+
1. Select the **General settings** tab.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
author: cephalin
3+
ms.author: cephalin
4+
ms.topic: include
5+
ms.date: 07/07/2022
6+
---
7+
8+
In the General settings tab:
9+
10+
1. In the **Startup Command** box, enter the following command: *cp /home/site/wwwroot/default /etc/nginx/sites-available/default && service nginx reload*.
11+
12+
It replaces the Nginx configuration file in the PHP 8.0 container and restarts Nginx. This configuration ensures that this change is made to the container each time it starts.
13+
14+
1. Select **Save**.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: cephalin
3+
ms.author: cephalin
4+
ms.topic: include
5+
ms.date: 07/07/2022
6+
---
7+
In the search bar at the top of the Azure portal:
8+
9+
1. Enter the resource group name.
10+
11+
1. Select the resource group.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
author: cephalin
3+
ms.author: cephalin
4+
ms.topic: include
5+
ms.date: 07/07/2022
6+
---
7+
8+
In the resource group page, click **Delete resource group**.

0 commit comments

Comments
 (0)