Skip to content

Commit 70ae181

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-aadroles-portal-entra-admin-center
2 parents 66a3d57 + 8a21b49 commit 70ae181

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

articles/active-directory/includes/automatic-redemption-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table shows the consent prompt behavior for source tenant users wh
5252
| ![Icon for clear check mark.](../media/automatic-redemption-include/icon-check-mark-clear.png) | ![Icon for check mark.](../media/automatic-redemption-include/icon-check-mark.png) | Not suppressed |
5353
| ![Icon for clear check mark.](../media/automatic-redemption-include/icon-check-mark-clear.png) | ![Icon for clear check mark.](../media/automatic-redemption-include/icon-check-mark-clear.png) | Not suppressed |
5454
| **Inbound** | **Outbound** | |
55-
| ![Icon for check mark.](../media/automatic-redemption-include/icon-check-mark.png) | ![Icon for check mark.](../media/automatic-redemption-include/icon-check-mark.png) | Suppressed |
55+
| ![Icon for check mark.](../media/automatic-redemption-include/icon-check-mark.png) | ![Icon for check mark.](../media/automatic-redemption-include/icon-check-mark.png) | Not suppressed |
5656
| ![Icon for check mark.](../media/automatic-redemption-include/icon-check-mark.png) | ![Icon for clear check mark.](../media/automatic-redemption-include/icon-check-mark-clear.png) | Not suppressed |
5757
| ![Icon for clear check mark.](../media/automatic-redemption-include/icon-check-mark-clear.png) | ![Icon for check mark.](../media/automatic-redemption-include/icon-check-mark.png) | Not suppressed |
5858
| ![Icon for clear check mark.](../media/automatic-redemption-include/icon-check-mark-clear.png) | ![Icon for clear check mark.](../media/automatic-redemption-include/icon-check-mark-clear.png) | Not suppressed |

articles/stream-analytics/set-up-cicd-pipeline.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: alexlzx
66
ms.author: zhenxilin
77
ms.service: stream-analytics
88
ms.topic: how-to
9-
ms.date: 12/27/2022
9+
ms.date: 09/08/2023
1010
---
1111

1212
# Use Azure DevOps to create a CI/CD pipeline for a Stream Analytics job
@@ -80,9 +80,14 @@ Use following steps if you need to use hosted-Linux agent:
8080
2. On the **Tasks** page, select the plus sign next to **Agent job 1**. Search for **Command line**.
8181

8282
3. Give the task a **Display name** and enter the following script. Modify the script with your repository name and project name.
83+
84+
> [!NOTE]
85+
> It's highly recommended to use the `build --v2` to generate ARM template for deployment. The new ARM template has fewer parameters while preserving the same functionality as the previous version.
86+
>
87+
> Please note that the older ARM template will soon be deprecated, only templates created using `build --v2` will receive updates and bug fixes.
8388
8489
```bash
85-
azure-streamanalytics-cicd build -project $(projectRootPath)/asaproj.json -outputpath $(projectRootPath)/$(outputPath)/$(deployPath)
90+
azure-streamanalytics-cicd build --v2 -project $(projectRootPath)/asaproj.json -outputpath $(projectRootPath)/$(outputPath)/$(deployPath)
8691
```
8792
8893
The image uses a Stream Analytics Visual Studio Code project as an example.
@@ -168,6 +173,11 @@ Open a web browser and navigate to your Azure Stream Analytics Visual Studio Cod
168173

169174
### Add deploy tasks
170175

176+
> [!NOTE]
177+
> The `Override template parameters` is not applicable for ARM --v2 builds since parameters are passed as objects. To address this, it's recommended to include a PowerShell script in your pipeline to read the parameter file as JSON and make the necessary parameter modifications.
178+
>
179+
> For more guidance on adding the PowerShell script, please refer to [ConvertFrom-Json](https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/convertfrom-json) and [Update Object in JSON file](https://stackoverflow.com/questions/65753594/update-object-in-json-file-using-powershell).
180+
171181
1. From the tasks dropdown, select **Deploy job to test environment**.
172182

173183
2. Select the **+** next to **Agent job** and search for **ARM template deployment**. Enter the following parameters:

articles/virtual-machines/linux/imaging.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Overview of creating Linux images for Azure
33
description: How to bring your Linux VM images or create new images to use in Azure.
4-
author: danielsollondon
4+
author: cynthn
55
ms.service: virtual-machines
66
ms.subservice: imaging
77
ms.collection: linux
88
ms.topic: overview
99
ms.workload: infrastructure
10-
ms.date: 06/22/2020
11-
ms.author: danis
10+
ms.date: 09/01/2023
11+
ms.author: cynthn
1212
ms.reviewer: cynthn
1313

1414
---
@@ -55,9 +55,9 @@ These are [prerequisites](./create-upload-generic.md) for creating an image.
5555

5656

5757
### Specialized images
58-
These are images that are completely configured and do not require VM or special parameters. The platform will just turn the VM on and you will need to handle uniqueness within the VM, like setting a hostname, to avoid DNS conflicts on the same VNET.
58+
These are images that are completely configured and don't require VM or special parameters. The platform will just turn the VM on and you will need to handle uniqueness within the VM, like setting a hostname, to avoid DNS conflicts on the same VNET.
5959

60-
Provisioning agents are not required for these images, however you may want to have extension handling capabilities. You can install the Linux Agent but disable the provisioning option. Even though you do not need a provisioning agent, the image must fulfill [prerequisites](./create-upload-generic.md) for Azure Images.
60+
Provisioning agents aren't required for these images, however you may want to have extension handling capabilities. You can install the Linux Agent but disable the provisioning option. Even though you don't need a provisioning agent, the image must fulfill [prerequisites](./create-upload-generic.md) for Azure Images.
6161

6262

6363
## Image storage options
@@ -69,7 +69,7 @@ When bringing your Linux image you have two options:
6969

7070
### Managed images
7171

72-
Managed images can be used to create multiple VMs, but they have a lot of limitations. Managed images can only be created from a generalized source (VM or VHD). They can only be used to create VMs in the same region and they can't be shared across subscriptions and tenants.
72+
Managed images can be used to create multiple VMs, but they have many limitations. Managed images can only be created from a generalized source (VM or VHD). They can only be used to create VMs in the same region and they can't be shared across subscriptions and tenants.
7373

7474
Managed images can be used for development and test environments, where you need a couple of simple generalized images to use within single region and subscription.
7575

@@ -101,7 +101,9 @@ If you still need to create your own image, ensure it meets the [image prerequis
101101
- [CentOS-based Distributions](create-upload-centos.md)
102102
- [Debian Linux](debian-create-upload-vhd.md)
103103
- [Flatcar Container Linux](flatcar-create-upload-vhd.md)
104+
- [FreeBSD](freebsd-intro-on-azure.md)
104105
- [Oracle Linux](oracle-create-upload-vhd.md)
106+
- [OpenBSD](create-upload-openbsd.md)
105107
- [Red Hat Enterprise Linux](redhat-create-upload-vhd.md)
106108
- [SLES & openSUSE](suse-create-upload-vhd.md)
107109
- [Ubuntu](create-upload-ubuntu.md)

0 commit comments

Comments
 (0)