Skip to content

Commit 2e6f1df

Browse files
authored
Merge pull request #311432 from lootle1/FR26
Freshness Edit: Azure Native Integration services
2 parents ceb6a84 + 255606d commit 2e6f1df

4 files changed

Lines changed: 33 additions & 40 deletions

File tree

articles/partner-solutions/informatica/create-advanced-serverless.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "Quickstart: Create an advanced serverless deployment using Informatica Intelligent Data Management Cloud"
3-
description: This article describes setup a serverless runtime environment using the Azure portal and an Informatica IDMC organization.
3+
description: This article describes how to set up a serverless runtime environment using the Azure portal and an Informatica IDMC organization.
44

55
ms.topic: quickstart
6-
ms.date: 04/02/2024
6+
ms.date: 02/04/2026
77

8-
#customer intent: As a developer, I want an instance of the Informatica data management cloud so that I can use it with other Azure resources.
8+
#customer intent: As a developer, I want an instance of the Informatica data management cloud so that I can use it with other Azure resources.
99
---
1010
# Quickstart: Create an advanced serverless deployment using Informatica Intelligent Data Management Cloud
1111

@@ -15,7 +15,7 @@ In this quickstart, you use the Azure portal to create advanced serverless runti
1515

1616
- An Informatica Organization. If you don't have an Informatica Organization. Refer to [Get started with Informatica – An Azure Native ISV Service](create.md)
1717

18-
- After an Organization is created, make sure to sign in to the Informatica Portal from Overview tab of the Organization. Creating a serverless runtime environment fails if you don't first sign in to Informatica portal at least once.
18+
- After an Organization is created, make sure to sign in to the Informatica Portal from Overview tab of the Organization. Creating a serverless runtime environment fails if you don't first sign in to the Informatica portal at least once.
1919

2020
- A subnet used in serverless runtime environment must be delegated to _Informatica.DataManagement/organizations_.
2121

@@ -41,26 +41,26 @@ Set the following values in the _Basics_ pane.
4141

4242
:::image type="content" source="media/informatica-create-advanced-serverless/informatica-serverless-workflow.png" alt-text="Screenshot of Workflow to create serverless runtime environment.":::
4343

44-
| Property | Description |
45-
|---------|---------|
46-
| **Name** | Name of the serverless runtime environment. |
47-
| **Description** | Description of the serverless runtime environment. |
48-
| **Task Type** | Type of tasks that run in the serverless runtime environment. Select **Data Integration** to run mappings outside of advanced mode. Select **Advanced Data Integration** to run mappings in advanced mode. |
44+
| Property | Description |
45+
| --------- | --------- |
46+
| **Name** | Name of the serverless runtime environment. |
47+
| **Description** | Description of the serverless runtime environment. |
48+
| **Task Type** | Type of tasks that run in the serverless runtime environment. Select **Data Integration** to run mappings outside of advanced mode. Select **Advanced Data Integration** to run mappings in advanced mode. |
4949
| **Maximum Compute Units per Task** | Maximum number of serverless compute units corresponding to machine resources that a task can use. |
50-
| **Task Timeout (Minutes)** | By default, the timeout is 2,880 minutes (48 hours). You can set the timeout to a value that is less than 2880 minutes. |
50+
| **Task Timeout (Minutes)** | By default, the timeout is 2,880 minutes (48 hours). You can set the timeout to a value that's less than 2880 minutes. |
5151

5252
### Platform Detail
5353

5454
Set the following values in the _Platform Detail_ pane.
5555

5656
:::image type="content" source="media/informatica-create-advanced-serverless/informatica-serverless-platform-detail.png" alt-text="Screenshot of platform details in serverless creation flow.":::
5757

58-
| Property | Description |
59-
|---------|---------|
60-
| **Region** | Select the region where the serverless runtime environment is hosted.|
61-
| **Virtual network** | Select a virtual network to use. |
62-
| **Subnet** | Select a subnet within the virtual network to use. |
63-
| **Supplementary file Location** | Location of any supplementary files. Use the following format:`abfs://<file_system>@<account_name>.dfs.core.windows.net/<path>` For example, to use a JDBC connection, you place the JDBC JAR files in the supplementary file location and then enter this location:`abfs://[email protected]/serverless`. |
58+
| Property | Description |
59+
| --------- | --------- |
60+
| **Region** | Select the region where the serverless runtime environment is hosted. |
61+
| **Virtual network** | Select a virtual network to use. |
62+
| **Subnet** | Select a subnet within the virtual network to use. |
63+
| **Supplementary file Location** | Location of any supplementary files. Use the following format:`abfs://<file_system>@<account_name>.dfs.core.windows.net/<path>` For example, to use a JDBC connection, you place the JDBC JAR files in the supplementary file location. Then enter this location:`abfs://[email protected]/serverless`. |
6464
| **Custom Properties** | Specific properties that might be required for the virtual network. Use custom properties only as directed by Informatica Global Customer Support. |
6565

6666
### RunTime Configuration
@@ -76,13 +76,13 @@ You can specify custom tags for the new Informatica organization by adding custo
7676
:::image type="content" source="media/informatica-create-advanced-serverless/informatica-serverless-tags.png" alt-text="Screenshot showing the tags pane in the Informatica create experience.":::
7777

7878
| Property | Description |
79-
|----------| -------------|
80-
|**Name** | Name of the tag corresponding to the Azure Native Informatica resource. |
79+
| ---------- | ------------- |
80+
| **Name** | Name of the tag corresponding to the Azure Native Informatica resource. |
8181
| **Value** | Value of the tag corresponding to the Azure Native Informatica resource. |
8282

8383
### Review and create
8484

85-
1. Select **Next: Review + Create** to navigate to the final step for serverless creation. When you get to the **Review + Create** pane, validations are run. Review all the selections made in the _Basics_, and optionally the _Tags_ panes..Review the Informatica and Azure Marketplace terms and conditions.
85+
1. Select **Next: Review + Create** to navigate to the final step for serverless creation. When you get to the **Review + Create** pane, validations are run. Review all the selections made in the _Basics_, and optionally the _Tags_ panes. Review the Informatica and Azure Marketplace terms and conditions.
8686

8787
:::image type="content" source="media/informatica-create-advanced-serverless/informatica-serverless-review-create.png" alt-text="Screenshot of the review and create Informatica resource tab.":::
8888

@@ -93,4 +93,3 @@ You can specify custom tags for the new Informatica organization by adding custo
9393
## Next steps
9494

9595
- [Manage the Informatica resource](manage.md)
96-

articles/partner-solutions/informatica/index.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
title: Informatica
88
description: Informatica integrates with Azure to combine the benefits of Informatica Intelligent Data Management Cloud and the Azure cloud.
99
ms.topic: landing-page
10-
ms.date: 04/05/2024
10+
ms.date: 02/04/2026
1111

1212
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1313

@@ -37,8 +37,6 @@ landingContent:
3737
url: informatica-create-advanced-serverless.md
3838
- linkListType: how-to-guide
3939
links:
40-
- text: Troubleshoot
41-
url: /troubleshoot/azure/partner-solutions/welcome-native-integrations
4240
- text: Get support
4341
url: https://support.informatica.com/
4442

articles/partner-solutions/informatica/manage-serverless.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage an Informatica serverless runtime environment through the Azure po
33
description: This article describes the management functions for Informatica serverless runtime environment on the Azure portal.
44

55
ms.topic: how-to
6-
ms.date: 07/05/2024
6+
ms.date: 02/04/2026
77
---
88

99
# Manage your Informatica serverless runtime environments from Azure portal
@@ -18,15 +18,14 @@ In this article, you learn different actions available for each of the serverles
1818

1919
:::image type="content" source="media/informatica-manage-serverless/informatica-manage-options.png" alt-text="Screenshot of actions to manage serverless runtime environments.":::
2020

21-
| Property | Description |
22-
|---------|---------|
23-
| **View properties** | Display the properties of the serverless runtime environment |
24-
| **Edit properties** |Edit the properties of the serverless runtime environment. If the environment is up and running, you can edit only certain properties. If the environment failed, you can edit all the properties. |
25-
| **Delete environment** | Delete the serverless runtime environment if there are no dependencies. |
21+
| Property | Description |
22+
| --------- | --------- |
23+
| **View properties** | Display the properties of the serverless runtime environment. |
24+
| **Edit properties** | Edit the properties of the serverless runtime environment. If the environment is up and running, you can edit only certain properties. If the environment failed, you can edit all the properties. |
25+
| **Delete environment** | Delete the serverless runtime environment if there are no dependencies. |
2626
| **Start environment** | Start a serverless runtime environment that wasn't running because it failed. Use this action after you update the properties of the serverless runtime environment. |
2727
| **Clone environment** | Copy the selected environment to quickly create a new serverless runtime environment. Cloning an environment can save you time if the properties are mostly similar. |
2828

2929
## Next steps
3030

31-
- Get help with troubleshooting, see [Troubleshooting Informatica integration with Azure](troubleshoot.md).
32-
31+
- Get help with troubleshooting, and [contact Informatica for customer support](https://support.informatica.com/).

articles/partner-solutions/informatica/manage.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage an Informatica resource through the Azure portal
33
description: This article describes the management functions for Informatica IDMC on the Azure portal.
44

55
ms.topic: how-to
6-
ms.date: 04/02/2024
6+
ms.date: 02/04/2026
77
---
88

99
# Manage your Informatica organization through the portal
@@ -21,14 +21,14 @@ Single sign-on (SSO) is already enabled when you created your Informatica Organi
2121
1. The first time you access this Url, depending on your Azure tenant settings, you might see a request to grant permissions and User consent. This step is only needed the first time you access the SSO Url.
2222

2323
> [!NOTE]
24-
> If you are also seeing Admin consent screen then please check your [tenant consent settings](/azure/active-directory/manage-apps/configure-user-consent).
24+
> If you're also seeing Admin consent screen, then check your [tenant consent settings](/azure/active-directory/manage-apps/configure-user-consent).
2525
>
2626
27-
1. Choose a Microsoft Entra account for the Single Sign-on. Once consent is provided, you're redirected to the Informatica portal.
27+
1. Choose a Microsoft Entra account for the Single Sign-on. Once consent is provided, you're redirected to the Informatica portal.
2828

2929
## Delete an Informatica deployment
3030

31-
Once the Astro resource is deleted, all billing stops for that resource through Azure Marketplace. If you're done using your resource and would like to delete the same, follow these steps:
31+
Once the Azure resource is deleted, all billing stops for that resource through Azure Marketplace. If you're done using your resource and would like to delete the same, follow these steps:
3232

3333
1. From the service menu, select the Informatica deployment you would like to delete.
3434

@@ -46,11 +46,8 @@ Once the Astro resource is deleted, all billing stops for that resource through
4646

4747
## Get support
4848

49-
Contact [Informatica](https://support.informatica.com/) for customer support.
49+
Contact [Informatica](https://support.informatica.com/) for customer support.
5050

5151
You can also request support in the Azure portal from the resource overview.
5252

53-
Select **Support + Troubleshooting** > **New support request** from the service menu, then choose the link to [Informatica support website](https://support.informatica.com/) for support
54-
55-
56-
53+
Select **Support + Troubleshooting** > **New support request** from the service menu, then choose the link to [Informatica support website](https://support.informatica.com/) for support.

0 commit comments

Comments
 (0)