We recommend using Azure Native.
azure.datafactory.Factory
Explore with Pulumi AI
Manages an Azure Data Factory (Version 2).
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var exampleResourceGroup = new Azure.Core.ResourceGroup("exampleResourceGroup", new()
{
Location = "West Europe",
});
var exampleFactory = new Azure.DataFactory.Factory("exampleFactory", new()
{
Location = exampleResourceGroup.Location,
ResourceGroupName = exampleResourceGroup.Name,
});
});
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/core"
"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/datafactory"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
exampleResourceGroup, err := core.NewResourceGroup(ctx, "exampleResourceGroup", &core.ResourceGroupArgs{
Location: pulumi.String("West Europe"),
})
if err != nil {
return err
}
_, err = datafactory.NewFactory(ctx, "exampleFactory", &datafactory.FactoryArgs{
Location: exampleResourceGroup.Location,
ResourceGroupName: exampleResourceGroup.Name,
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.core.ResourceGroup;
import com.pulumi.azure.core.ResourceGroupArgs;
import com.pulumi.azure.datafactory.Factory;
import com.pulumi.azure.datafactory.FactoryArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var exampleResourceGroup = new ResourceGroup("exampleResourceGroup", ResourceGroupArgs.builder()
.location("West Europe")
.build());
var exampleFactory = new Factory("exampleFactory", FactoryArgs.builder()
.location(exampleResourceGroup.location())
.resourceGroupName(exampleResourceGroup.name())
.build());
}
}
import pulumi
import pulumi_azure as azure
example_resource_group = azure.core.ResourceGroup("exampleResourceGroup", location="West Europe")
example_factory = azure.datafactory.Factory("exampleFactory",
location=example_resource_group.location,
resource_group_name=example_resource_group.name)
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const exampleResourceGroup = new azure.core.ResourceGroup("exampleResourceGroup", {location: "West Europe"});
const exampleFactory = new azure.datafactory.Factory("exampleFactory", {
location: exampleResourceGroup.location,
resourceGroupName: exampleResourceGroup.name,
});
resources:
exampleResourceGroup:
type: azure:core:ResourceGroup
properties:
location: West Europe
exampleFactory:
type: azure:datafactory:Factory
properties:
location: ${exampleResourceGroup.location}
resourceGroupName: ${exampleResourceGroup.name}
Create Factory Resource
new Factory(name: string, args: FactoryArgs, opts?: CustomResourceOptions);
@overload
def Factory(resource_name: str,
opts: Optional[ResourceOptions] = None,
customer_managed_key_id: Optional[str] = None,
customer_managed_key_identity_id: Optional[str] = None,
github_configuration: Optional[FactoryGithubConfigurationArgs] = None,
global_parameters: Optional[Sequence[FactoryGlobalParameterArgs]] = None,
identity: Optional[FactoryIdentityArgs] = None,
location: Optional[str] = None,
managed_virtual_network_enabled: Optional[bool] = None,
name: Optional[str] = None,
public_network_enabled: Optional[bool] = None,
purview_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
vsts_configuration: Optional[FactoryVstsConfigurationArgs] = None)
@overload
def Factory(resource_name: str,
args: FactoryArgs,
opts: Optional[ResourceOptions] = None)
func NewFactory(ctx *Context, name string, args FactoryArgs, opts ...ResourceOption) (*Factory, error)
public Factory(string name, FactoryArgs args, CustomResourceOptions? opts = null)
public Factory(String name, FactoryArgs args)
public Factory(String name, FactoryArgs args, CustomResourceOptions options)
type: azure:datafactory:Factory
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FactoryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FactoryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FactoryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FactoryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FactoryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Factory Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Factory resource accepts the following input properties:
- Resource
Group stringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- Customer
Managed stringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- Customer
Managed stringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- Github
Configuration FactoryGithub Configuration A
github_configuration
block as defined below.- Global
Parameters List<FactoryGlobal Parameter> A list of
global_parameter
blocks as defined above.- Identity
Factory
Identity An
identity
block as defined below.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Managed
Virtual boolNetwork Enabled Is Managed Virtual Network enabled?
- Name string
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- Public
Network boolEnabled Is the Data Factory visible to the public network? Defaults to
true
.- Purview
Id string Specifies the ID of the purview account resource associated with the Data Factory.
- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Vsts
Configuration FactoryVsts Configuration A
vsts_configuration
block as defined below.
- Resource
Group stringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- Customer
Managed stringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- Customer
Managed stringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- Github
Configuration FactoryGithub Configuration Args A
github_configuration
block as defined below.- Global
Parameters []FactoryGlobal Parameter Args A list of
global_parameter
blocks as defined above.- Identity
Factory
Identity Args An
identity
block as defined below.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Managed
Virtual boolNetwork Enabled Is Managed Virtual Network enabled?
- Name string
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- Public
Network boolEnabled Is the Data Factory visible to the public network? Defaults to
true
.- Purview
Id string Specifies the ID of the purview account resource associated with the Data Factory.
- map[string]string
A mapping of tags to assign to the resource.
- Vsts
Configuration FactoryVsts Configuration Args A
vsts_configuration
block as defined below.
- resource
Group StringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- customer
Managed StringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- customer
Managed StringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- github
Configuration FactoryGithub Configuration A
github_configuration
block as defined below.- global
Parameters List<FactoryGlobal Parameter> A list of
global_parameter
blocks as defined above.- identity
Factory
Identity An
identity
block as defined below.- location String
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- managed
Virtual BooleanNetwork Enabled Is Managed Virtual Network enabled?
- name String
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- public
Network BooleanEnabled Is the Data Factory visible to the public network? Defaults to
true
.- purview
Id String Specifies the ID of the purview account resource associated with the Data Factory.
- Map<String,String>
A mapping of tags to assign to the resource.
- vsts
Configuration FactoryVsts Configuration A
vsts_configuration
block as defined below.
- resource
Group stringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- customer
Managed stringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- customer
Managed stringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- github
Configuration FactoryGithub Configuration A
github_configuration
block as defined below.- global
Parameters FactoryGlobal Parameter[] A list of
global_parameter
blocks as defined above.- identity
Factory
Identity An
identity
block as defined below.- location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- managed
Virtual booleanNetwork Enabled Is Managed Virtual Network enabled?
- name string
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- public
Network booleanEnabled Is the Data Factory visible to the public network? Defaults to
true
.- purview
Id string Specifies the ID of the purview account resource associated with the Data Factory.
- {[key: string]: string}
A mapping of tags to assign to the resource.
- vsts
Configuration FactoryVsts Configuration A
vsts_configuration
block as defined below.
- resource_
group_ strname The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- customer_
managed_ strkey_ id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- customer_
managed_ strkey_ identity_ id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- github_
configuration FactoryGithub Configuration Args A
github_configuration
block as defined below.- global_
parameters Sequence[FactoryGlobal Parameter Args] A list of
global_parameter
blocks as defined above.- identity
Factory
Identity Args An
identity
block as defined below.- location str
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- managed_
virtual_ boolnetwork_ enabled Is Managed Virtual Network enabled?
- name str
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- public_
network_ boolenabled Is the Data Factory visible to the public network? Defaults to
true
.- purview_
id str Specifies the ID of the purview account resource associated with the Data Factory.
- Mapping[str, str]
A mapping of tags to assign to the resource.
- vsts_
configuration FactoryVsts Configuration Args A
vsts_configuration
block as defined below.
- resource
Group StringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- customer
Managed StringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- customer
Managed StringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- github
Configuration Property Map A
github_configuration
block as defined below.- global
Parameters List<Property Map> A list of
global_parameter
blocks as defined above.- identity Property Map
An
identity
block as defined below.- location String
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- managed
Virtual BooleanNetwork Enabled Is Managed Virtual Network enabled?
- name String
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- public
Network BooleanEnabled Is the Data Factory visible to the public network? Defaults to
true
.- purview
Id String Specifies the ID of the purview account resource associated with the Data Factory.
- Map<String>
A mapping of tags to assign to the resource.
- vsts
Configuration Property Map A
vsts_configuration
block as defined below.
Outputs
All input properties are implicitly available as output properties. Additionally, the Factory resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing Factory Resource
Get an existing Factory resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FactoryState, opts?: CustomResourceOptions): Factory
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
customer_managed_key_id: Optional[str] = None,
customer_managed_key_identity_id: Optional[str] = None,
github_configuration: Optional[FactoryGithubConfigurationArgs] = None,
global_parameters: Optional[Sequence[FactoryGlobalParameterArgs]] = None,
identity: Optional[FactoryIdentityArgs] = None,
location: Optional[str] = None,
managed_virtual_network_enabled: Optional[bool] = None,
name: Optional[str] = None,
public_network_enabled: Optional[bool] = None,
purview_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
vsts_configuration: Optional[FactoryVstsConfigurationArgs] = None) -> Factory
func GetFactory(ctx *Context, name string, id IDInput, state *FactoryState, opts ...ResourceOption) (*Factory, error)
public static Factory Get(string name, Input<string> id, FactoryState? state, CustomResourceOptions? opts = null)
public static Factory get(String name, Output<String> id, FactoryState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Customer
Managed stringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- Customer
Managed stringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- Github
Configuration FactoryGithub Configuration A
github_configuration
block as defined below.- Global
Parameters List<FactoryGlobal Parameter> A list of
global_parameter
blocks as defined above.- Identity
Factory
Identity An
identity
block as defined below.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Managed
Virtual boolNetwork Enabled Is Managed Virtual Network enabled?
- Name string
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- Public
Network boolEnabled Is the Data Factory visible to the public network? Defaults to
true
.- Purview
Id string Specifies the ID of the purview account resource associated with the Data Factory.
- Resource
Group stringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Vsts
Configuration FactoryVsts Configuration A
vsts_configuration
block as defined below.
- Customer
Managed stringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- Customer
Managed stringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- Github
Configuration FactoryGithub Configuration Args A
github_configuration
block as defined below.- Global
Parameters []FactoryGlobal Parameter Args A list of
global_parameter
blocks as defined above.- Identity
Factory
Identity Args An
identity
block as defined below.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Managed
Virtual boolNetwork Enabled Is Managed Virtual Network enabled?
- Name string
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- Public
Network boolEnabled Is the Data Factory visible to the public network? Defaults to
true
.- Purview
Id string Specifies the ID of the purview account resource associated with the Data Factory.
- Resource
Group stringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- map[string]string
A mapping of tags to assign to the resource.
- Vsts
Configuration FactoryVsts Configuration Args A
vsts_configuration
block as defined below.
- customer
Managed StringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- customer
Managed StringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- github
Configuration FactoryGithub Configuration A
github_configuration
block as defined below.- global
Parameters List<FactoryGlobal Parameter> A list of
global_parameter
blocks as defined above.- identity
Factory
Identity An
identity
block as defined below.- location String
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- managed
Virtual BooleanNetwork Enabled Is Managed Virtual Network enabled?
- name String
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- public
Network BooleanEnabled Is the Data Factory visible to the public network? Defaults to
true
.- purview
Id String Specifies the ID of the purview account resource associated with the Data Factory.
- resource
Group StringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- Map<String,String>
A mapping of tags to assign to the resource.
- vsts
Configuration FactoryVsts Configuration A
vsts_configuration
block as defined below.
- customer
Managed stringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- customer
Managed stringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- github
Configuration FactoryGithub Configuration A
github_configuration
block as defined below.- global
Parameters FactoryGlobal Parameter[] A list of
global_parameter
blocks as defined above.- identity
Factory
Identity An
identity
block as defined below.- location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- managed
Virtual booleanNetwork Enabled Is Managed Virtual Network enabled?
- name string
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- public
Network booleanEnabled Is the Data Factory visible to the public network? Defaults to
true
.- purview
Id string Specifies the ID of the purview account resource associated with the Data Factory.
- resource
Group stringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- {[key: string]: string}
A mapping of tags to assign to the resource.
- vsts
Configuration FactoryVsts Configuration A
vsts_configuration
block as defined below.
- customer_
managed_ strkey_ id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- customer_
managed_ strkey_ identity_ id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- github_
configuration FactoryGithub Configuration Args A
github_configuration
block as defined below.- global_
parameters Sequence[FactoryGlobal Parameter Args] A list of
global_parameter
blocks as defined above.- identity
Factory
Identity Args An
identity
block as defined below.- location str
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- managed_
virtual_ boolnetwork_ enabled Is Managed Virtual Network enabled?
- name str
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- public_
network_ boolenabled Is the Data Factory visible to the public network? Defaults to
true
.- purview_
id str Specifies the ID of the purview account resource associated with the Data Factory.
- resource_
group_ strname The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- Mapping[str, str]
A mapping of tags to assign to the resource.
- vsts_
configuration FactoryVsts Configuration Args A
vsts_configuration
block as defined below.
- customer
Managed StringKey Id Specifies the Azure Key Vault Key ID to be used as the Customer Managed Key (CMK) for double encryption. Required with user assigned identity.
- customer
Managed StringKey Identity Id Specifies the ID of the user assigned identity associated with the Customer Managed Key. Must be supplied if
customer_managed_key_id
is set.- github
Configuration Property Map A
github_configuration
block as defined below.- global
Parameters List<Property Map> A list of
global_parameter
blocks as defined above.- identity Property Map
An
identity
block as defined below.- location String
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- managed
Virtual BooleanNetwork Enabled Is Managed Virtual Network enabled?
- name String
Specifies the name of the Data Factory. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
- public
Network BooleanEnabled Is the Data Factory visible to the public network? Defaults to
true
.- purview
Id String Specifies the ID of the purview account resource associated with the Data Factory.
- resource
Group StringName The name of the resource group in which to create the Data Factory. Changing this forces a new resource to be created.
- Map<String>
A mapping of tags to assign to the resource.
- vsts
Configuration Property Map A
vsts_configuration
block as defined below.
Supporting Types
FactoryGithubConfiguration, FactoryGithubConfigurationArgs
- Account
Name string Specifies the GitHub account name.
- Branch
Name string Specifies the branch of the repository to get code from.
- Git
Url string Specifies the GitHub Enterprise host name. For example: https://github.mydomain.com. Use https://github.com for open source repositories.
- Repository
Name string Specifies the name of the git repository.
- Root
Folder string Specifies the root folder within the repository. Set to
/
for the top level.- Publishing
Enabled bool Is automated publishing enabled? Defaults to
false
.Note: You must log in to the Data Factory management UI to complete the authentication to the GitHub repository.
- Account
Name string Specifies the GitHub account name.
- Branch
Name string Specifies the branch of the repository to get code from.
- Git
Url string Specifies the GitHub Enterprise host name. For example: https://github.mydomain.com. Use https://github.com for open source repositories.
- Repository
Name string Specifies the name of the git repository.
- Root
Folder string Specifies the root folder within the repository. Set to
/
for the top level.- Publishing
Enabled bool Is automated publishing enabled? Defaults to
false
.Note: You must log in to the Data Factory management UI to complete the authentication to the GitHub repository.
- account
Name String Specifies the GitHub account name.
- branch
Name String Specifies the branch of the repository to get code from.
- git
Url String Specifies the GitHub Enterprise host name. For example: https://github.mydomain.com. Use https://github.com for open source repositories.
- repository
Name String Specifies the name of the git repository.
- root
Folder String Specifies the root folder within the repository. Set to
/
for the top level.- publishing
Enabled Boolean Is automated publishing enabled? Defaults to
false
.Note: You must log in to the Data Factory management UI to complete the authentication to the GitHub repository.
- account
Name string Specifies the GitHub account name.
- branch
Name string Specifies the branch of the repository to get code from.
- git
Url string Specifies the GitHub Enterprise host name. For example: https://github.mydomain.com. Use https://github.com for open source repositories.
- repository
Name string Specifies the name of the git repository.
- root
Folder string Specifies the root folder within the repository. Set to
/
for the top level.- publishing
Enabled boolean Is automated publishing enabled? Defaults to
false
.Note: You must log in to the Data Factory management UI to complete the authentication to the GitHub repository.
- account_
name str Specifies the GitHub account name.
- branch_
name str Specifies the branch of the repository to get code from.
- git_
url str Specifies the GitHub Enterprise host name. For example: https://github.mydomain.com. Use https://github.com for open source repositories.
- repository_
name str Specifies the name of the git repository.
- root_
folder str Specifies the root folder within the repository. Set to
/
for the top level.- publishing_
enabled bool Is automated publishing enabled? Defaults to
false
.Note: You must log in to the Data Factory management UI to complete the authentication to the GitHub repository.
- account
Name String Specifies the GitHub account name.
- branch
Name String Specifies the branch of the repository to get code from.
- git
Url String Specifies the GitHub Enterprise host name. For example: https://github.mydomain.com. Use https://github.com for open source repositories.
- repository
Name String Specifies the name of the git repository.
- root
Folder String Specifies the root folder within the repository. Set to
/
for the top level.- publishing
Enabled Boolean Is automated publishing enabled? Defaults to
false
.Note: You must log in to the Data Factory management UI to complete the authentication to the GitHub repository.
FactoryGlobalParameter, FactoryGlobalParameterArgs
FactoryIdentity, FactoryIdentityArgs
- Type string
Specifies the type of Managed Service Identity that should be configured on this Data Factory. Possible values are
SystemAssigned
,UserAssigned
,SystemAssigned, UserAssigned
(to enable both).- Identity
Ids List<string> Specifies a list of User Assigned Managed Identity IDs to be assigned to this Data Factory.
NOTE: This is required when
type
is set toUserAssigned
orSystemAssigned, UserAssigned
.- Principal
Id string The Principal ID associated with this Managed Service Identity.
- Tenant
Id string Specifies the Tenant ID associated with the VSTS account.
- Type string
Specifies the type of Managed Service Identity that should be configured on this Data Factory. Possible values are
SystemAssigned
,UserAssigned
,SystemAssigned, UserAssigned
(to enable both).- Identity
Ids []string Specifies a list of User Assigned Managed Identity IDs to be assigned to this Data Factory.
NOTE: This is required when
type
is set toUserAssigned
orSystemAssigned, UserAssigned
.- Principal
Id string The Principal ID associated with this Managed Service Identity.
- Tenant
Id string Specifies the Tenant ID associated with the VSTS account.
- type String
Specifies the type of Managed Service Identity that should be configured on this Data Factory. Possible values are
SystemAssigned
,UserAssigned
,SystemAssigned, UserAssigned
(to enable both).- identity
Ids List<String> Specifies a list of User Assigned Managed Identity IDs to be assigned to this Data Factory.
NOTE: This is required when
type
is set toUserAssigned
orSystemAssigned, UserAssigned
.- principal
Id String The Principal ID associated with this Managed Service Identity.
- tenant
Id String Specifies the Tenant ID associated with the VSTS account.
- type string
Specifies the type of Managed Service Identity that should be configured on this Data Factory. Possible values are
SystemAssigned
,UserAssigned
,SystemAssigned, UserAssigned
(to enable both).- identity
Ids string[] Specifies a list of User Assigned Managed Identity IDs to be assigned to this Data Factory.
NOTE: This is required when
type
is set toUserAssigned
orSystemAssigned, UserAssigned
.- principal
Id string The Principal ID associated with this Managed Service Identity.
- tenant
Id string Specifies the Tenant ID associated with the VSTS account.
- type str
Specifies the type of Managed Service Identity that should be configured on this Data Factory. Possible values are
SystemAssigned
,UserAssigned
,SystemAssigned, UserAssigned
(to enable both).- identity_
ids Sequence[str] Specifies a list of User Assigned Managed Identity IDs to be assigned to this Data Factory.
NOTE: This is required when
type
is set toUserAssigned
orSystemAssigned, UserAssigned
.- principal_
id str The Principal ID associated with this Managed Service Identity.
- tenant_
id str Specifies the Tenant ID associated with the VSTS account.
- type String
Specifies the type of Managed Service Identity that should be configured on this Data Factory. Possible values are
SystemAssigned
,UserAssigned
,SystemAssigned, UserAssigned
(to enable both).- identity
Ids List<String> Specifies a list of User Assigned Managed Identity IDs to be assigned to this Data Factory.
NOTE: This is required when
type
is set toUserAssigned
orSystemAssigned, UserAssigned
.- principal
Id String The Principal ID associated with this Managed Service Identity.
- tenant
Id String Specifies the Tenant ID associated with the VSTS account.
FactoryVstsConfiguration, FactoryVstsConfigurationArgs
- Account
Name string Specifies the VSTS account name.
- Branch
Name string Specifies the branch of the repository to get code from.
- Project
Name string Specifies the name of the VSTS project.
- Repository
Name string Specifies the name of the git repository.
- Root
Folder string Specifies the root folder within the repository. Set to
/
for the top level.- Tenant
Id string Specifies the Tenant ID associated with the VSTS account.
- Publishing
Enabled bool Is automated publishing enabled? Defaults to
false
.
- Account
Name string Specifies the VSTS account name.
- Branch
Name string Specifies the branch of the repository to get code from.
- Project
Name string Specifies the name of the VSTS project.
- Repository
Name string Specifies the name of the git repository.
- Root
Folder string Specifies the root folder within the repository. Set to
/
for the top level.- Tenant
Id string Specifies the Tenant ID associated with the VSTS account.
- Publishing
Enabled bool Is automated publishing enabled? Defaults to
false
.
- account
Name String Specifies the VSTS account name.
- branch
Name String Specifies the branch of the repository to get code from.
- project
Name String Specifies the name of the VSTS project.
- repository
Name String Specifies the name of the git repository.
- root
Folder String Specifies the root folder within the repository. Set to
/
for the top level.- tenant
Id String Specifies the Tenant ID associated with the VSTS account.
- publishing
Enabled Boolean Is automated publishing enabled? Defaults to
false
.
- account
Name string Specifies the VSTS account name.
- branch
Name string Specifies the branch of the repository to get code from.
- project
Name string Specifies the name of the VSTS project.
- repository
Name string Specifies the name of the git repository.
- root
Folder string Specifies the root folder within the repository. Set to
/
for the top level.- tenant
Id string Specifies the Tenant ID associated with the VSTS account.
- publishing
Enabled boolean Is automated publishing enabled? Defaults to
false
.
- account_
name str Specifies the VSTS account name.
- branch_
name str Specifies the branch of the repository to get code from.
- project_
name str Specifies the name of the VSTS project.
- repository_
name str Specifies the name of the git repository.
- root_
folder str Specifies the root folder within the repository. Set to
/
for the top level.- tenant_
id str Specifies the Tenant ID associated with the VSTS account.
- publishing_
enabled bool Is automated publishing enabled? Defaults to
false
.
- account
Name String Specifies the VSTS account name.
- branch
Name String Specifies the branch of the repository to get code from.
- project
Name String Specifies the name of the VSTS project.
- repository
Name String Specifies the name of the git repository.
- root
Folder String Specifies the root folder within the repository. Set to
/
for the top level.- tenant
Id String Specifies the Tenant ID associated with the VSTS account.
- publishing
Enabled Boolean Is automated publishing enabled? Defaults to
false
.
Import
Data Factory can be imported using the resource id
, e.g.
$ pulumi import azure:datafactory/factory:Factory example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example/providers/Microsoft.DataFactory/factories/example
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
azurerm
Terraform Provider.