Skip to content

Commit a261e19

Browse files
authored
Merge pull request #223781 from maud-lv/ml-sc-faq
Create FAQ
2 parents b8935ca + 259d5a2 commit a261e19

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

articles/service-connector/concept-service-connector-internals.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: malev
66
ms.service: service-connector
77
ms.custom: event-tier1-build-2022, engagement-fy23
88
ms.topic: conceptual
9-
ms.date: 12/08/2022
9+
ms.date: 01/17/2023
1010
---
1111

1212
# Service Connector internals
@@ -49,6 +49,10 @@ Service Connector runs multiple tasks while creating or updating service connect
4949

5050
If a step fails during this process, Service Connector rolls back all previous steps to keep the initial settings in the source and target instances.
5151

52+
## Resource provider
53+
54+
[!INCLUDE [Service Connector MicrosoftServiceLinker](../../includes/service-connector-service-linker.md)]
55+
5256
## Connection configurations
5357

5458
Connection configurations are set in the source service.

articles/service-connector/faq.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
### YamlMime:FAQ
2+
metadata:
3+
title: Service Connector FAQ
4+
description: Read answers to frequently asked questions (FAQ) about Service Connector.
5+
author: maud-lv
6+
ms.author: malev
7+
ms.service: service-connector
8+
ms.topic: faq
9+
ms.date: 01/12/2022
10+
title: Service Connector FAQ
11+
summary: This article answers frequently asked questions about Service Connector.
12+
13+
sections:
14+
- name: Ignored
15+
questions:
16+
- question: What is Microsoft.ServiceLinker and why is it registered in my subscription?
17+
answer: |
18+
[!INCLUDE [Service Connector Microsoft.ServiceLinker](../../includes/service-connector-service-linker.md)]
19+
- question: How much does Service Connector cost?
20+
answer: |
21+
There are no fees associated with using Service Connector.
22+
23+
additionalContent: |
24+
## Next steps
25+
26+
To learn more about Service Connector, see [About Service Connector text](./overview.md).

articles/service-connector/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ landingContent:
2626
url: overview.md
2727
- text: Key concepts in Service Connector
2828
url: concept-service-connector-internals.md
29+
- text: Frequently asked questions
30+
url: faq.yml
2931

3032
# Card
3133
- title: Get started

articles/service-connector/toc.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
items:
22
- name: Service Connector documentation
33
href: index.yml
4-
- name: Service Connector overview
5-
href: overview.md
4+
- name: Overview
5+
items:
6+
- name: About Service Connector
7+
href: overview.md
8+
- name: FAQ
9+
href: faq.yml
610
- name: Quickstarts
711
expanded: true
812
items:
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: maud-lv
3+
ms.service: service-connector
4+
ms.topic: include
5+
ms.date: 01/12/2021
6+
ms.author: malev
7+
---
8+
9+
Microsoft.ServiceLinker is the name of Service Connector's resource provider.
10+
11+
When a user opens the Service Connector tab in the Azure portal, the ServiceLinker [resource provider](/azure/azure-resource-manager/management/overview#terminology) is automatically registered in the user's active subscription. The user who generated the registration is listed as the initiator of the registration event.
12+
13+
Service Connector lets users connect services across subscriptions. When a user creates a connection to a target service registered in another subscription, Service Linker also gets registered in the target service's subscription. This registration occurs when the user selects the **Review + create** tab before finally creating the connection.

0 commit comments

Comments
 (0)