Skip to content

Commit ebdb09a

Browse files
authored
Merge pull request #309681 from TimShererWithAquent/us540458-08
AquentLiftr: Add FAQ content: Informatica
2 parents f16c4a1 + 7d921a9 commit ebdb09a

3 files changed

Lines changed: 118 additions & 0 deletions

File tree

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
### YamlMime:FAQ
2+
metadata:
3+
title: Informatica Intelligent Data Management Cloud frequently asked questions
4+
description: Answers to common questions about using Informatica Intelligent Data Management Cloud - Azure Native ISV Service.
5+
ms.topic: faq
6+
ai-usage: ai-generated
7+
ms.date: 12/17/2025
8+
9+
title: Informatica Intelligent Data Management Cloud FAQ
10+
summary: |
11+
12+
sections:
13+
- name: General
14+
questions:
15+
- question: What is Informatica Intelligent Data Management Cloud - Azure Native ISV Service?
16+
answer: |
17+
Informatica Intelligent Data Management Cloud (IDMC) is an Azure Native ISV Service that Microsoft and Informatica developed and manage together. You can easily run and manage Informatica organizations and advanced serverless environments through Azure. The service provides unified billing through Azure Marketplace, single sign-on capabilities, and the ability to create advanced serverless environments directly from Azure.
18+
- question: Where can I find Informatica Intelligent Data Management Cloud?
19+
answer: |
20+
You can find Informatica Intelligent Data Management Cloud in the [Azure portal](https://portal.azure.com/) or get it on [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/). Search for "Informatica Intelligent Data Management Cloud - Azure Native ISV Service" to locate the service.
21+
- question: What are the prerequisites for using Informatica IDMC?
22+
answer: |
23+
You need an Azure account with an active subscription. Make sure you're an Owner or a Contributor in the subscription. If you don't have an active Azure subscription, you can [create a free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
24+
- question: Where can I learn more about Informatica products and documentation?
25+
answer: |
26+
You can access comprehensive Informatica resources including:
27+
- [Informatica products](https://www.informatica.com/products.html)
28+
- [Getting Started with Informatica](https://docs.informatica.com/integration-cloud/data-integration/current-version/getting-started/preface.html)
29+
- [Data Integration Connectors](https://docs.informatica.com/integration-cloud/data-integration-connectors/current-version.html)
30+
- [Informatica documentation](https://docs.informatica.com/)
31+
- name: Getting started
32+
questions:
33+
- question: How do I create an Informatica organization?
34+
answer: |
35+
You can create an Informatica organization through the Azure portal by searching for "Informatica Intelligent Data Management Cloud - Azure Native ISV Service" or through Azure Marketplace. You need to specify your subscription, resource group, resource name, region, and choose whether to create a new organization or link to an existing one. For detailed steps, see [QuickStart: Get started with Informatica](create.md).
36+
- question: Can I link an existing Informatica organization to Azure?
37+
answer: |
38+
Yes. When creating an Informatica resource in Azure, you have three options:
39+
- Create a new organization
40+
- Link to an existing organization with Azure Marketplace billing
41+
- Link to an existing organization and continue with existing Informatica billing
42+
- question: What regions are available for Informatica IDMC?
43+
answer: |
44+
You can select the Azure region closest to where you want to deploy your Informatica Azure resource. You also select the Informatica region where you want to create your Informatica organization during the setup process.
45+
- question: How do I access my Informatica organization after creation?
46+
answer: |
47+
After the deployment finishes, select **Go to Resource** to navigate to your Informatica resource. From the Overview pane, you can access your organization through the SSO URL or the IDMC Account Login link. The first time you access the SSO URL, you might need to grant permissions and provide user consent.
48+
- name: Serverless runtime environments
49+
questions:
50+
- question: What is an advanced serverless deployment in Informatica?
51+
answer: |
52+
An advanced serverless deployment allows you to create a serverless runtime environment in your Informatica IDMC organization. This environment runs tasks outside of or in advanced mode, with configurable compute units and task timeouts. You can select task types including Data Integration or Advanced Data Integration.
53+
- question: What are the prerequisites for creating a serverless runtime environment?
54+
answer: |
55+
You need an existing Informatica organization, and you must sign in to the Informatica portal from the Overview tab at least once before creating a serverless runtime environment. Additionally, the subnet used in the serverless runtime environment must be delegated to *Informatica.DataManagement/organizations*.
56+
- question: What configuration options are available for serverless runtime environments?
57+
answer: |
58+
You can configure:
59+
- Name and description
60+
- Task type (Data Integration or Advanced Data Integration)
61+
- Maximum compute units per task
62+
- Task timeout (default is 2,880 minutes or 48 hours)
63+
- Region, virtual network, and subnet
64+
- Supplementary file location
65+
- Custom properties
66+
- Runtime configuration parameters
67+
- Tags
68+
- question: How do I manage my serverless runtime environments?
69+
answer: |
70+
Within your Informatica organization, select **Serverless Runtime Environment** from the service menu. Available actions include:
71+
- View properties
72+
- Edit properties
73+
- Delete environment
74+
- Start environment
75+
- Clone environment
76+
77+
For more information, see [Manage your Informatica serverless runtime environments](manage-serverless.md).
78+
- name: Billing and plans
79+
questions:
80+
- question: How does billing work for Informatica IDMC?
81+
answer: |
82+
Informatica IDMC provides unified billing through Azure Marketplace. You can select a billing term and plan when creating your resource. All billing for the Informatica resource goes through your Azure subscription.
83+
- question: Can I change my billing plan?
84+
answer: |
85+
During the creation process, you can select **Change plan** to choose the plan you want to subscribe to. The available billing terms are presented during the setup process.
86+
- name: Management and operations
87+
questions:
88+
- question: How does single sign-on work with Informatica?
89+
answer: |
90+
Single sign-on (SSO) is enabled when you create your Informatica organization. Access your organization through the SSO URL in the Overview pane. The first time you access this URL, depending on your Azure tenant settings, you might see a request to grant permissions and provide user consent. After consent is provided, you're redirected to the Informatica portal.
91+
- question: How do I delete an Informatica deployment?
92+
answer: |
93+
To delete an Informatica resource:
94+
1. Select the Informatica deployment from the service menu.
95+
2. On the Overview pane, select **Delete**.
96+
3. Confirm by entering the name of the resource.
97+
4. Select the reason for deletion.
98+
5. Select **Delete**.
99+
100+
Once deleted, all billing stops for that resource through Azure Marketplace.
101+
- question: Can I add custom tags to my Informatica resources?
102+
answer: |
103+
Yes. You can specify custom tags for both Informatica organizations and serverless runtime environments by adding custom key-value pairs during the creation process or when editing properties.
104+
- name: Support and troubleshooting
105+
questions:
106+
- question: How do I get support for Informatica IDMC?
107+
answer: |
108+
You can contact [Informatica support](https://support.informatica.com/) directly or request support through the Azure portal. In your resource, select **Support + Troubleshooting** > **New support request** from the service menu, which provides a link to the Informatica support website.
109+
- question: What should I do if my serverless runtime environment fails?
110+
answer: |
111+
If a serverless runtime environment fails, you can edit all the properties of the environment and then use the "Start environment" action to restart it after updating the properties. If the environment is up and running, you can edit only certain properties.
112+
- question: Where can I find troubleshooting information?
113+
answer: |
114+
For help with troubleshooting, see [Troubleshooting Informatica integration with Azure](troubleshoot.md).

articles/partner-solutions/informatica/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ landingContent:
1919
links:
2020
- text: What is Informatica IDMC?
2121
url: informatica-overview.md
22+
- text: FAQ
23+
url: faq.yml
2224
- linkListType: how-to-guide
2325
links:
2426
- text: Manage your Informatica organization

articles/partner-solutions/informatica/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ items:
55
items:
66
- name: What is Informatica Intelligent Data Management Cloud (IDMC)
77
href: overview.md
8+
- name: FAQ
9+
href: faq.yml
810
- name: Quickstarts
911
expanded: true
1012
items:

0 commit comments

Comments
 (0)