Skip to content

Commit 9927eb6

Browse files
Merge pull request #9533 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-14 22:00 UTC
2 parents 42ad9e7 + 429a942 commit 9927eb6

File tree

7 files changed

+70
-2
lines changed

7 files changed

+70
-2
lines changed

support/azure/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ productDirectory:
139139
- title: Azure Native Integrations
140140
imageSrc: "https://learn.microsoft.com/azure/media/index/energy-data-services.svg"
141141
links:
142-
- url: partner-solutions/welcome-native-integrations.yml
142+
- url: partner-solutions/index.yml
143143
text: Troubleshooting articles for Azure Native Integrations
144144
- title: Other Azure Services
145145
imageSrc: "https://static.docs.com/ui/media/product/azure/azure.svg"

support/azure/partner-solutions/index.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page # Required
1111
author: JarrettRenshaw #Required; your GitHub user alias, with correct capitalization.
1212
ms.author: jarrettr #Required; microsoft alias of author; optional team alias.
13-
ms.date: 06/04/2025
13+
ms.date: 08/14/2025
1414

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

@@ -25,6 +25,14 @@ landingContent:
2525
url: marketplace-purchases-errors.md
2626

2727
# Card
28+
- title: Informatica
29+
linkLists:
30+
- linkListType: how-to-guide
31+
links:
32+
- text: Issues creating Informatica resources in Azure
33+
url: informatica/resource-creation.md
34+
35+
# Card
2836
- title: Observability partners
2937
linkLists:
3038
- linkListType: how-to-guide
97.2 KB
Loading
48.7 KB
Loading
27.4 KB
Loading
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Troubleshoot Informatica Resource Creation in Azure
3+
description: Learn how to resolve issues when creating Informatica resources in Azure, including permission and user profile requirements.
4+
author: ProfessorKendrick
5+
ms.author: jarrettr
6+
ms.reviewer: kkendrick
7+
ms.service: partner-services
8+
ms.topic: troubleshooting-problem-resolution
9+
ms.date: 08/14/2025
10+
ai-usage: ai-assisted
11+
12+
#customer intent: As an Azure administrator or user, I want to resolve issues when I create Informatica resources so that I can successfully set up Informatica integration.
13+
---
14+
15+
# Can't create Informatica resource in Azure
16+
17+
This article helps you resolve common issues that you might encounter when you try to create Informatica resources in Microsoft Azure. These issues include permission errors and missing user profile information.
18+
19+
## Prerequisites
20+
21+
- You must have **Owner** access on the Azure subscription to set up Informatica integration.
22+
- Make sure that your user profile in Azure contains all required business information.
23+
24+
## Symptoms
25+
26+
- When you try to create an Informatica resource, you receive an error message that indicates that you're not a subscription owner.
27+
- You can't create an Informatica resource because of missing details in your user profile.
28+
29+
## Cause 1: Not a subscription owner
30+
31+
Only users who have _Owner_ access on the Azure subscription can set up the Informatica integration.
32+
33+
### Solution 1
34+
35+
1. Verify your access level on the Azure subscription.
36+
1. If you don't have **Owner** access, ask your Azure administrator to grant you the required permissions before you start the integration setup.
37+
38+
## Cause 2: Missing details in user profile
39+
40+
Your user profile has to be updated to include key business information for Informatica resource creation.
41+
42+
### Solution 2
43+
44+
1. In the Azure portal, select **Users**, and fill out the required details.
45+
46+
:::image type="content" source="media/user.png" alt-text="Screenshot that shows the user resource provider in the Azure portal.":::
47+
48+
1. Search for your username in the user information screen.
49+
50+
:::image type="content" source="media/user-search.png" alt-text="Screenshot that shows searching for the username in the Azure portal.":::
51+
52+
1. Edit **UserInformation** to make sure that all required fields are completed.
53+
54+
:::image type="content" source="media/user-info.png" alt-text="Screenshot that shows the user information screen in the Azure portal.":::

support/azure/partner-solutions/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
items:
12
- name: Troubleshooting for Azure Native Integrations
23
href: welcome-native-integrations.yml
34
- name: Marketplace purchase errors
45
href: marketplace-purchases-errors.md
6+
- name: Informatica
7+
items:
8+
- name: Issues creating Informatica resources in Azure
9+
href: informatica/resource-creation.md
510
- name: Datadog
611
items:
712
- name: Diagnostic settings manual update
@@ -45,3 +50,4 @@
4550
- name: Log limitations
4651
href: log-limitations.md
4752

53+

0 commit comments

Comments
 (0)