PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/builders/{builderName}/?api-version=2023-08-01-preview
Create or update a BuilderResource
Servers
- https://management.azure.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
subscriptionId |
String | Yes |
The ID of the target subscription. The value must be an UUID. |
builderName |
String | Yes |
The name of the builder. |
resourceGroupName |
String | Yes |
The name of the resource group. The name is case insensitive. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
properties |
Object | No |
The builder properties. |
properties.containerRegistries[] |
Array | No |
List of mappings of container registries and the managed identity used to connect to it. |
properties.containerRegistries[].containerRegistryServer |
String | Yes |
Login server of the container registry. |
properties.containerRegistries[].identityResourceId |
String | Yes |
Resource ID of the managed identity. |
properties.provisioningState |
String | No |
Resource instance provisioning state. Possible values:
|
properties.environmentId |
String | Yes |
Resource ID of the container apps environment that the builder is associated with. |
location |
String | No |
The geo-location where the resource lives |
tags |
Object | No |
Resource tags. |
identity |
Object | No |
Managed service identity (system assigned and/or user assigned identities) |
identity.tenantId |
String | No |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
identity.type |
String | Yes |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). Possible values:
|
identity.userAssignedIdentities |
Object | No |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |
identity.principalId |
String | No |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.