title | description | author | ms.author | ms.service | ms.topic | ms.date |
---|---|---|---|---|---|---|
Quickstart - Create a service connection in a function app from the Azure portal |
Quickstart showing how to create a service connection in a function app from the Azure portal |
houk-ms |
honc |
service-connector |
quickstart |
10/22/2024 |
Get started with Service Connector by using the Azure portal to create a new service connection for Azure Functions in a function app.
- An Azure account with an active subscription. Create an account for free.
- A Function App in a region supported by Service Connector. If you don't have one yet, create one.
Sign in to the Azure portal at https://portal.azure.com/ with your Azure account.
-
To create a new service connection in Function App, select the Search resources, services and docs (G +/) search bar at the top of the Azure portal, type Function App, and select Function App.
:::image type="content" source="./media/function-app-quickstart/select-function-app.png" alt-text="Screenshot of the Azure portal, selecting Function App.":::
-
Select the Function App resource you want to connect to a target resource.
-
Select Service Connector from the left table of contents. Then select Create.
:::image type="content" source="./media/function-app-quickstart/select-service-connector.png" alt-text="Screenshot of the Azure portal, selecting Service Connector and creating new connection.":::
-
Select or enter the following settings.
Setting Example Description Service type Storage - Blob The target service type. If you don't have a Microsoft Blob Storage, you can create one or use another service type. Subscription My subscription The subscription for your target service (the service you want to connect to). The default value is the subscription for this Function App resource. Connection name my_connection The connection name that identifies the connection between your Function App and target service. Use the connection name provided by Service Connector or choose your own connection name. Storage account my_storage_account The target storage account you want to connect to. Target service instances to choose from vary according to the selected service type. Client type The same app stack on this Function App The default value comes from the Function App runtime stack. Select the app stack that's on this Function App instance. -
Select Next: Authentication to choose an authentication method.
System-assigned managed identity is the recommended authentication option. Select System-assigned managed identity to connect through an identity that's generated in Azure Active Directory and tied to the lifecycle of the service instance.
Select User-assigned managed identity to authenticate through a standalone identity assigned to one or more instances of an Azure service.
Select Connection string to generate or configure one or multiple key-value pairs with pure secrets or tokens.
Select Service principal to use a service principal that defines the access policy and permissions for the user/application in Azure Active Directory.
-
Select Next: Networking to configure the network access to your target service and select Configure firewall rules to enable access to your target service.
-
Select Next: Review + Create to review the provided information. Then select Create to create the service connection. This operation may take a minute to complete.
-
The Service Connector tab displays existing function app connections.
-
Select Validate to check your connection. You can see the connection validation details in the panel on the right.
:::image type="content" source="./media/function-app-quickstart/list-and-validate.png" alt-text="Screenshot of the Azure portal, listing and validating the connection.":::
Follow the tutorials to start building your own function application with Service Connector.
[!div class="nextstepaction"] Tutorial: Python function with Azure Queue Storage as trigger
[!div class="nextstepaction"] Tutorial: Python function with Azure Blob Storage as input
[!div class="nextstepaction"] Tutorial: Python function with Azure Table Storage as output