Skip to content

Commit c778f2a

Browse files
authored
Merge pull request #194559 from MicrosoftDocs/main
4/08 AM Publish
2 parents a18694b + ff28b8c commit c778f2a

File tree

48 files changed

+370
-587
lines changed

Some content is hidden

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

48 files changed

+370
-587
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,17 @@
4242
},
4343
{
4444
"source_path_from_root": "/articles/azure-monitor/app/pricing.md",
45-
"redirect_url": "/azure/azure-monitor/logs/cost-logs.md",
45+
"redirect_url": "/azure/azure-monitor/logs/cost-logs",
4646
"redirect_document_id": false
4747
},
4848
{
4949
"source_path_from_root": "/articles/azure-monitor/logs/manage-cost-storage.md",
50-
"redirect_url": "/azure/azure-monitor/logs/cost-logs.md",
50+
"redirect_url": "/azure/azure-monitor/logs/cost-logs",
51+
"redirect_document_id": false
52+
},
53+
{
54+
"source_path_from_root": "/articles/azure-monitor/logs/data-ingestion-from-file.md",
55+
"redirect_url": "/azure/azure-monitor/agents/data-sources-custom-logs",
5156
"redirect_document_id": false
5257
}
5358
]

articles/active-directory/verifiable-credentials/whats-new.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ This article lists the latest features, improvements, and changes in the Azure A
2020

2121
## March 2022
2222
- Azure AD Verifiable Credentials customers can now change the [domain linked](how-to-dnsbind.md) to their DID easily from the Azure Portal.
23+
- We made updates to Microsoft Authenticator that change the interaction between the Issuer of a verifiable credential and the user presenting the verifiable credential. This update forces all Verifiable Credentials to be reissued in Microsoft Authenticator for iOS. [More information](whats-new.md?#microsoft-authenticator-did-generation-update)
2324

2425
## February 2022
2526

2627
We are rolling out some breaking changes to our service. These updates require Azure AD Verifiable Credentials service reconfiguration. End-users need to have their verifiable credentials reissued.
2728

2829
- The Azure AD Verifiable Credentials service can now store and handle data processing in the Azure European region. [More information](whats-new.md?#azure-ad-verifiable-credentials-available-in-europe)
2930
- Azure AD Verifiable Credentials customers can take advantage of enhancements to credential revocation. These changes add a higher degree of privacy through the implementation of the [W3C Status List 2021](https://w3c-ccg.github.io/vc-status-list-2021/) standard. [More information](whats-new.md?#credential-revocation-with-enhanced-privacy)
30-
- We made updates to Microsoft Authenticator that change the interaction between the Issuer of a verifiable credential and the user presenting the verifiable credential. This update forces all Verifiable Credentials to be reissued in Microsoft Authenticator for Android. [More information](whats-new.md?#microsoft-authenticator-android-did-generation-update)
31+
- We made updates to Microsoft Authenticator that change the interaction between the Issuer of a verifiable credential and the user presenting the verifiable credential. This update forces all Verifiable Credentials to be reissued in Microsoft Authenticator for Android. [More information](whats-new.md?#microsoft-authenticator-did-generation-update)
3132

3233
>[!IMPORTANT]
3334
> All Azure AD Verifiable Credential customers receiving a banner notice in the Azure portal need to go through a service reconfiguration before March 31st 2022. On March 31st 2022 tenants that have not been reconfigured will lose access to any previous configuration. Administrators will have to set up a new instance of the Azure AD Verifiable Credential service. Learn more about how to [reconfigure your tenant](verifiable-credentials-faq.md?#how-do-i-reconfigure-the-azure-ad-verifiable-credentials-service).
@@ -100,9 +101,9 @@ Sample contract file:
100101
>[!IMPORTANT]
101102
> You have to reconfigure your Azure AD Verifiable Credential service instance to create your new Identity hub endpoint. You have until March 31st 2022, to schedule and manage the reconfiguration of your deployment. On March 31st, 2022 deployments that have not been reconfigured will lose access to any previous Azure AD Verifiable Credentials service configuration. Administrators will need to set up a new service instance.
102103
103-
### Microsoft Authenticator Android DID Generation Update
104+
### Microsoft Authenticator DID Generation Update
104105

105-
We are making protocol updates in Microsoft Authenticator to support Single Long Form DID, thus deprecating the use of pairwise. With this update, your DID in Microsoft Authenticator will be used of every issuer and relaying party exchange. Holders of verifiable credentials using Microsoft Authenticator for Android must get their verifiable credentials reissued as any previous credentials aren't going to continue working.
106+
We are making protocol updates in Microsoft Authenticator to support Single Long Form DID, thus deprecating the use of pairwise. With this update, your DID in Microsoft Authenticator will be used of every issuer and relaying party exchange. Holders of verifiable credentials using Microsoft Authenticator must get their verifiable credentials reissued as any previous credentials aren't going to continue working.
106107

107108
## December 2021
108109

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
title: Create an Azure Attestation certificate by using Bicep
3+
description: Learn how to create an Azure Attestation certificate by using Bicep.
4+
services: azure-resource-manager
5+
author: mumian
6+
ms.service: attestation
7+
ms.topic: quickstart
8+
ms.custom: subject-armqs, devx-track-azurepowershell, mode-arm
9+
ms.author: jgao
10+
ms.date: 03/08/2022
11+
---
12+
13+
# Quickstart: Create an Azure Attestation provider with a Bicep file
14+
15+
[Microsoft Azure Attestation](overview.md) is a solution for attesting Trusted Execution Environments (TEEs). This quickstart focuses on the process of deploying a Bicep file to create a Microsoft Azure Attestation policy.
16+
17+
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
18+
19+
## Prerequisites
20+
21+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
22+
23+
## Review the Bicep file
24+
25+
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/attestation-provider-create/).
26+
27+
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.attestation/attestation-provider-create/main.bicep":::
28+
29+
Azure resources defined in the Bicep file:
30+
31+
- [Microsoft.Attestation/attestationProviders](/azure/templates/microsoft.attestation/attestationproviders?tabs=bicep)
32+
33+
## Deploy the Bicep file
34+
35+
1. Save the Bicep file as **main.bicep** to your local computer.
36+
1. Deploy the Bicep file using either Azure CLI or Azure PowerShell.
37+
38+
# [CLI](#tab/CLI)
39+
40+
```azurecli
41+
az group create --name exampleRG --location eastus
42+
43+
az deployment group create --resource-group exampleRG --template-file main.bicep
44+
```
45+
46+
# [PowerShell](#tab/PowerShell)
47+
48+
```azurepowershell
49+
New-AzResourceGroup -Name exampleRG -Location eastus
50+
51+
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep
52+
```
53+
54+
---
55+
56+
When the deployment finishes, you should see a message indicating the deployment succeeded.
57+
58+
## Validate the deployment
59+
60+
Use the Azure portal, Azure CLI, or Azure PowerShell to verify the resource group and server resource were created.
61+
62+
# [CLI](#tab/CLI)
63+
64+
```azurecli-interactive
65+
az resource list --resource-group exampleRG
66+
```
67+
68+
# [PowerShell](#tab/PowerShell)
69+
70+
```azurepowershell-interactive
71+
Get-AzResource -ResourceGroupName exampleRG
72+
```
73+
74+
---
75+
76+
## Clean up resources
77+
78+
Other Azure Attestation build upon this quickstart. If you plan to continue on to work with subsequent quickstarts and tutorials, you may wish to leave these resources in place.
79+
80+
When no longer needed, delete the resource group, which deletes the Attestation resource. To delete the resource group by using Azure CLI or Azure PowerShell:
81+
82+
# [CLI](#tab/CLI)
83+
84+
```azurecli-interactive
85+
az group delete --name exampleRG
86+
```
87+
88+
# [PowerShell](#tab/PowerShell)
89+
90+
```azurepowershell-interactive
91+
Remove-AzResourceGroup -Name exampleRG
92+
```
93+
94+
---
95+
96+
## Next steps
97+
98+
In this quickstart, you created an attestation resource using a Bicep file, and validated the deployment. To learn more about Azure Attestation, see [Overview of Azure Attestation](overview.md).

articles/attestation/toc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: Microsoft Azure Attestation
1+
- name: Microsoft Azure Attestation
22
href: index.yml
33
- name: Overview
44
items:
@@ -7,6 +7,9 @@
77
- name: Quickstarts
88
expanded: true
99
items:
10+
- name: Bicep
11+
displayName: Resource Manager, ARM
12+
href: quickstart-bicep.md
1013
- name: ARM template
1114
displayName: Resource Manager
1215
href: quickstart-template.md
@@ -21,7 +24,7 @@
2124
- name: Authoring an attestation policy
2225
href: author-sign-policy.md
2326
- name: Create a Private Endpoint - PowerShell
24-
href: private-endpoint-powershell.md
27+
href: private-endpoint-powershell.md
2528
- name: Azure Diagnostic Monitoring
2629
href: azure-diagnostic-monitoring.md
2730
- name: SGX attestation code samples

articles/azure-arc/data/version-log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ This article identifies the component versions with each release of Azure Arc-en
2424
|CRD names and versions |`datacontrollers.arcdata.microsoft.com`: v1beta1, v1, v2, v3, v4</br>`exporttasks.tasks.arcdata.microsoft.com`: v1beta1, v1, v2</br>`kafkas.arcdata.microsoft.com`: v1beta1</br>`monitors.arcdata.microsoft.com`: v1beta1, v1, v2</br>`sqlmanagedinstances.sql.arcdata.microsoft.com`: v1beta1, v1, v2, v3, v4</br>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2</br>`sqlmanagedinstancerestoretasks.tasks.sql.arcdata.microsoft.com`: v1beta1, v1</br>`failovergroups.sql.arcdata.microsoft.com`: v1beta1, v1beta2</br>`activedirectoryconnectors.arcdata.microsoft.com`: v1beta1, v1beta2|
2525
|ARM API version|2021-11-01|
2626
|`arcdata` Azure CLI extension version| 1.3.0|
27-
|Arc enabled Kubernetes helm chart extension version|1.1.19091004|
28-
|Arc Data extension for Azure Data Studio|1.0|
27+
|Arc enabled Kubernetes helm chart extension version|1.1.19211001|
28+
|Arc Data extension for Azure Data Studio|1.1.0|
2929

3030
## March 08, 2022
3131

articles/azure-monitor/containers/container-insights-enable-existing-clusters.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you would rather integrate with an existing workspace, perform the following
9191
9292
## Enable using Terraform
9393
94-
1. Add the **oms_agent** add-on profile to the existing [azurerm_kubernetes_cluster resource](https://www.terraform.io/docs/providers/azurerm/d/kubernetes_cluster.html#addon_profile)
94+
1. Add the **oms_agent** add-on profile to the existing [azurerm_kubernetes_cluster resource](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/kubernetes_cluster)
9595
9696
```
9797
addon_profile {
@@ -102,7 +102,9 @@ If you would rather integrate with an existing workspace, perform the following
102102
}
103103
```
104104
105-
2. Add the [azurerm_log_analytics_solution](https://www.terraform.io/docs/providers/azurerm/r/log_analytics_solution.html) following the steps in the Terraform documentation.
105+
2. Add the [azurerm_log_analytics_solution](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/log_analytics_solution) following the steps in the Terraform documentation.
106+
107+
3. The metrics are not collected by default through Terraform, so once onboarded, there is an additional step to assign the monitoring metrics publisher role, which is required to [enable the metrics](./container-insights-update-metrics.md#update-one-cluster-by-using-the-azure-cli).
106108
107109
## Enable from Azure Monitor in the portal
108110

articles/azure-monitor/logs/data-ingestion-from-file.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,7 @@ items:
9292
- name: Container insights
9393
href: containers/resource-manager-container-insights.md
9494
- name: Data collection rules
95-
items:
96-
- name: Data collection rules
97-
href: agents/resource-manager-data-collection-rules.md
98-
- name: Data puller
99-
href: logs/data-ingestion-from-file.md
95+
href: agents/resource-manager-data-collection-rules.md
10096
- name: Diagnostic settings
10197
href: essentials/resource-manager-diagnostic-settings.md
10298
- name: Log Analytics workspaces

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
href: ../../expressroute/quickstart-create-expressroute-vnet-bicep.md?toc=/azure/azure-resource-manager/bicep/toc.json
8484
- name: Front Door
8585
href: ../../frontdoor/quickstart-create-front-door-bicep.md?toc=/azure/azure-resource-manager/bicep/toc.json
86+
- name: Security
87+
items:
88+
- name: Attestation
89+
href: ../../attestation/quickstart-bicep.md?toc=/azure/azure-resource-manager/bicep/toc.json
8690
- name: Storage
8791
items:
8892
- name: Data Share

0 commit comments

Comments
 (0)