You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/partner-solutions/informatica/create-advanced-serverless.md
+19-20Lines changed: 19 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
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.
4
4
5
5
ms.topic: quickstart
6
-
ms.date: 04/02/2024
6
+
ms.date: 02/04/2026
7
7
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.
9
9
---
10
10
# Quickstart: Create an advanced serverless deployment using Informatica Intelligent Data Management Cloud
11
11
@@ -15,7 +15,7 @@ In this quickstart, you use the Azure portal to create advanced serverless runti
15
15
16
16
- An Informatica Organization. If you don't have an Informatica Organization. Refer to [Get started with Informatica – An Azure Native ISV Service](create.md)
17
17
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.
19
19
20
20
- A subnet used in serverless runtime environment must be delegated to _Informatica.DataManagement/organizations_.
21
21
@@ -41,26 +41,26 @@ Set the following values in the _Basics_ pane.
41
41
42
42
:::image type="content" source="media/informatica-create-advanced-serverless/informatica-serverless-workflow.png" alt-text="Screenshot of Workflow to create serverless runtime environment.":::
43
43
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. |
49
49
|**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. |
51
51
52
52
### Platform Detail
53
53
54
54
Set the following values in the _Platform Detail_ pane.
55
55
56
56
:::image type="content" source="media/informatica-create-advanced-serverless/informatica-serverless-platform-detail.png" alt-text="Screenshot of platform details in serverless creation flow.":::
57
57
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`. |
64
64
|**Custom Properties**| Specific properties that might be required for the virtual network. Use custom properties only as directed by Informatica Global Customer Support. |
65
65
66
66
### RunTime Configuration
@@ -76,13 +76,13 @@ You can specify custom tags for the new Informatica organization by adding custo
76
76
:::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.":::
77
77
78
78
| 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. |
81
81
|**Value**| Value of the tag corresponding to the Azure Native Informatica resource. |
82
82
83
83
### Review and create
84
84
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.
86
86
87
87
:::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.":::
88
88
@@ -93,4 +93,3 @@ You can specify custom tags for the new Informatica organization by adding custo
Copy file name to clipboardExpand all lines: articles/partner-solutions/informatica/manage-serverless.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage an Informatica serverless runtime environment through the Azure po
3
3
description: This article describes the management functions for Informatica serverless runtime environment on the Azure portal.
4
4
5
5
ms.topic: how-to
6
-
ms.date: 07/05/2024
6
+
ms.date: 02/04/2026
7
7
---
8
8
9
9
# 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
18
18
19
19
:::image type="content" source="media/informatica-manage-serverless/informatica-manage-options.png" alt-text="Screenshot of actions to manage serverless runtime environments.":::
20
20
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. |
26
26
|**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. |
27
27
|**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. |
28
28
29
29
## Next steps
30
30
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/).
Copy file name to clipboardExpand all lines: articles/partner-solutions/informatica/manage.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage an Informatica resource through the Azure portal
3
3
description: This article describes the management functions for Informatica IDMC on the Azure portal.
4
4
5
5
ms.topic: how-to
6
-
ms.date: 04/02/2024
6
+
ms.date: 02/04/2026
7
7
---
8
8
9
9
# Manage your Informatica organization through the portal
@@ -21,14 +21,14 @@ Single sign-on (SSO) is already enabled when you created your Informatica Organi
21
21
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.
22
22
23
23
> [!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).
25
25
>
26
26
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.
28
28
29
29
## Delete an Informatica deployment
30
30
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:
32
32
33
33
1. From the service menu, select the Informatica deployment you would like to delete.
34
34
@@ -46,11 +46,8 @@ Once the Astro resource is deleted, all billing stops for that resource through
46
46
47
47
## Get support
48
48
49
-
Contact [Informatica](https://support.informatica.com/) for customer support.
49
+
Contact [Informatica](https://support.informatica.com/) for customer support.
50
50
51
51
You can also request support in the Azure portal from the resource overview.
52
52
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