We recommend using Azure Native.
published on Tuesday, Apr 21, 2026 by Pulumi
We recommend using Azure Native.
published on Tuesday, Apr 21, 2026 by Pulumi
Manages an Azure Bot Service.
Create ServiceAzureBot Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceAzureBot(name: string, args: ServiceAzureBotArgs, opts?: CustomResourceOptions);@overload
def ServiceAzureBot(resource_name: str,
args: ServiceAzureBotArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceAzureBot(resource_name: str,
opts: Optional[ResourceOptions] = None,
microsoft_app_id: Optional[str] = None,
sku: Optional[str] = None,
resource_group_name: Optional[str] = None,
luis_key: Optional[str] = None,
microsoft_app_msi_id: Optional[str] = None,
endpoint: Optional[str] = None,
icon_url: Optional[str] = None,
local_authentication_enabled: Optional[bool] = None,
location: Optional[str] = None,
luis_app_ids: Optional[Sequence[str]] = None,
cmk_key_vault_key_url: Optional[str] = None,
developer_app_insights_key: Optional[str] = None,
display_name: Optional[str] = None,
microsoft_app_tenant_id: Optional[str] = None,
microsoft_app_type: Optional[str] = None,
name: Optional[str] = None,
public_network_access_enabled: Optional[bool] = None,
developer_app_insights_application_id: Optional[str] = None,
developer_app_insights_api_key: Optional[str] = None,
streaming_endpoint_enabled: Optional[bool] = None,
tags: Optional[Mapping[str, str]] = None)func NewServiceAzureBot(ctx *Context, name string, args ServiceAzureBotArgs, opts ...ResourceOption) (*ServiceAzureBot, error)public ServiceAzureBot(string name, ServiceAzureBotArgs args, CustomResourceOptions? opts = null)
public ServiceAzureBot(String name, ServiceAzureBotArgs args)
public ServiceAzureBot(String name, ServiceAzureBotArgs args, CustomResourceOptions options)
type: azure:bot:ServiceAzureBot
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ServiceAzureBotArgs
- 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 ServiceAzureBotArgs
- 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 ServiceAzureBotArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceAzureBotArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceAzureBotArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var serviceAzureBotResource = new Azure.Bot.ServiceAzureBot("serviceAzureBotResource", new()
{
MicrosoftAppId = "string",
Sku = "string",
ResourceGroupName = "string",
LuisKey = "string",
MicrosoftAppMsiId = "string",
Endpoint = "string",
IconUrl = "string",
LocalAuthenticationEnabled = false,
Location = "string",
LuisAppIds = new[]
{
"string",
},
CmkKeyVaultKeyUrl = "string",
DeveloperAppInsightsKey = "string",
DisplayName = "string",
MicrosoftAppTenantId = "string",
MicrosoftAppType = "string",
Name = "string",
PublicNetworkAccessEnabled = false,
DeveloperAppInsightsApplicationId = "string",
DeveloperAppInsightsApiKey = "string",
StreamingEndpointEnabled = false,
Tags =
{
{ "string", "string" },
},
});
example, err := bot.NewServiceAzureBot(ctx, "serviceAzureBotResource", &bot.ServiceAzureBotArgs{
MicrosoftAppId: pulumi.String("string"),
Sku: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
LuisKey: pulumi.String("string"),
MicrosoftAppMsiId: pulumi.String("string"),
Endpoint: pulumi.String("string"),
IconUrl: pulumi.String("string"),
LocalAuthenticationEnabled: pulumi.Bool(false),
Location: pulumi.String("string"),
LuisAppIds: pulumi.StringArray{
pulumi.String("string"),
},
CmkKeyVaultKeyUrl: pulumi.String("string"),
DeveloperAppInsightsKey: pulumi.String("string"),
DisplayName: pulumi.String("string"),
MicrosoftAppTenantId: pulumi.String("string"),
MicrosoftAppType: pulumi.String("string"),
Name: pulumi.String("string"),
PublicNetworkAccessEnabled: pulumi.Bool(false),
DeveloperAppInsightsApplicationId: pulumi.String("string"),
DeveloperAppInsightsApiKey: pulumi.String("string"),
StreamingEndpointEnabled: pulumi.Bool(false),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var serviceAzureBotResource = new ServiceAzureBot("serviceAzureBotResource", ServiceAzureBotArgs.builder()
.microsoftAppId("string")
.sku("string")
.resourceGroupName("string")
.luisKey("string")
.microsoftAppMsiId("string")
.endpoint("string")
.iconUrl("string")
.localAuthenticationEnabled(false)
.location("string")
.luisAppIds("string")
.cmkKeyVaultKeyUrl("string")
.developerAppInsightsKey("string")
.displayName("string")
.microsoftAppTenantId("string")
.microsoftAppType("string")
.name("string")
.publicNetworkAccessEnabled(false)
.developerAppInsightsApplicationId("string")
.developerAppInsightsApiKey("string")
.streamingEndpointEnabled(false)
.tags(Map.of("string", "string"))
.build());
service_azure_bot_resource = azure.bot.ServiceAzureBot("serviceAzureBotResource",
microsoft_app_id="string",
sku="string",
resource_group_name="string",
luis_key="string",
microsoft_app_msi_id="string",
endpoint="string",
icon_url="string",
local_authentication_enabled=False,
location="string",
luis_app_ids=["string"],
cmk_key_vault_key_url="string",
developer_app_insights_key="string",
display_name="string",
microsoft_app_tenant_id="string",
microsoft_app_type="string",
name="string",
public_network_access_enabled=False,
developer_app_insights_application_id="string",
developer_app_insights_api_key="string",
streaming_endpoint_enabled=False,
tags={
"string": "string",
})
const serviceAzureBotResource = new azure.bot.ServiceAzureBot("serviceAzureBotResource", {
microsoftAppId: "string",
sku: "string",
resourceGroupName: "string",
luisKey: "string",
microsoftAppMsiId: "string",
endpoint: "string",
iconUrl: "string",
localAuthenticationEnabled: false,
location: "string",
luisAppIds: ["string"],
cmkKeyVaultKeyUrl: "string",
developerAppInsightsKey: "string",
displayName: "string",
microsoftAppTenantId: "string",
microsoftAppType: "string",
name: "string",
publicNetworkAccessEnabled: false,
developerAppInsightsApplicationId: "string",
developerAppInsightsApiKey: "string",
streamingEndpointEnabled: false,
tags: {
string: "string",
},
});
type: azure:bot:ServiceAzureBot
properties:
cmkKeyVaultKeyUrl: string
developerAppInsightsApiKey: string
developerAppInsightsApplicationId: string
developerAppInsightsKey: string
displayName: string
endpoint: string
iconUrl: string
localAuthenticationEnabled: false
location: string
luisAppIds:
- string
luisKey: string
microsoftAppId: string
microsoftAppMsiId: string
microsoftAppTenantId: string
microsoftAppType: string
name: string
publicNetworkAccessEnabled: false
resourceGroupName: string
sku: string
streamingEndpointEnabled: false
tags:
string: string
ServiceAzureBot Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ServiceAzureBot resource accepts the following input properties:
- Microsoft
App stringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- Resource
Group stringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- Sku string
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - Cmk
Key stringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- Developer
App stringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- Developer
App stringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- Developer
App stringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- Display
Name string - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - Endpoint string
- The Azure Bot Service endpoint.
- Icon
Url string - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - Local
Authentication boolEnabled - Is local authentication enabled? Defaults to
true. - Location string
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- Luis
App List<string>Ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- Luis
Key string - The LUIS key to associate with this Azure Bot Service.
- Microsoft
App stringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- Name string
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- Public
Network boolAccess Enabled - Whether public network access is enabled. Defaults to
true. - Streaming
Endpoint boolEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - Dictionary<string, string>
- A mapping of tags which should be assigned to this Azure Bot Service.
- Microsoft
App stringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- Resource
Group stringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- Sku string
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - Cmk
Key stringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- Developer
App stringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- Developer
App stringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- Developer
App stringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- Display
Name string - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - Endpoint string
- The Azure Bot Service endpoint.
- Icon
Url string - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - Local
Authentication boolEnabled - Is local authentication enabled? Defaults to
true. - Location string
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- Luis
App []stringIds - A list of LUIS App IDs to associate with this Azure Bot Service.
- Luis
Key string - The LUIS key to associate with this Azure Bot Service.
- Microsoft
App stringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- Name string
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- Public
Network boolAccess Enabled - Whether public network access is enabled. Defaults to
true. - Streaming
Endpoint boolEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - map[string]string
- A mapping of tags which should be assigned to this Azure Bot Service.
- microsoft
App StringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- resource
Group StringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- sku String
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - cmk
Key StringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- developer
App StringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- developer
App StringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- developer
App StringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- display
Name String - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - endpoint String
- The Azure Bot Service endpoint.
- icon
Url String - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - local
Authentication BooleanEnabled - Is local authentication enabled? Defaults to
true. - location String
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- luis
App List<String>Ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- luis
Key String - The LUIS key to associate with this Azure Bot Service.
- microsoft
App StringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- name String
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- public
Network BooleanAccess Enabled - Whether public network access is enabled. Defaults to
true. - streaming
Endpoint BooleanEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - Map<String,String>
- A mapping of tags which should be assigned to this Azure Bot Service.
- microsoft
App stringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- resource
Group stringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- sku string
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - cmk
Key stringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- developer
App stringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- developer
App stringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- developer
App stringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- display
Name string - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - endpoint string
- The Azure Bot Service endpoint.
- icon
Url string - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - local
Authentication booleanEnabled - Is local authentication enabled? Defaults to
true. - location string
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- luis
App string[]Ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- luis
Key string - The LUIS key to associate with this Azure Bot Service.
- microsoft
App stringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App stringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App stringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- name string
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- public
Network booleanAccess Enabled - Whether public network access is enabled. Defaults to
true. - streaming
Endpoint booleanEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - {[key: string]: string}
- A mapping of tags which should be assigned to this Azure Bot Service.
- microsoft_
app_ strid - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- resource_
group_ strname - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- sku str
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - cmk_
key_ strvault_ key_ url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- developer_
app_ strinsights_ api_ key - The Application Insights API Key to associate with this Azure Bot Service.
- developer_
app_ strinsights_ application_ id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- developer_
app_ strinsights_ key - The Application Insight Key to associate with this Azure Bot Service.
- display_
name str - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - endpoint str
- The Azure Bot Service endpoint.
- icon_
url str - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - local_
authentication_ boolenabled - Is local authentication enabled? Defaults to
true. - location str
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- luis_
app_ Sequence[str]ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- luis_
key str - The LUIS key to associate with this Azure Bot Service.
- microsoft_
app_ strmsi_ id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft_
app_ strtenant_ id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft_
app_ strtype The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- name str
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- public_
network_ boolaccess_ enabled - Whether public network access is enabled. Defaults to
true. - streaming_
endpoint_ boolenabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - Mapping[str, str]
- A mapping of tags which should be assigned to this Azure Bot Service.
- microsoft
App StringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- resource
Group StringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- sku String
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - cmk
Key StringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- developer
App StringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- developer
App StringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- developer
App StringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- display
Name String - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - endpoint String
- The Azure Bot Service endpoint.
- icon
Url String - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - local
Authentication BooleanEnabled - Is local authentication enabled? Defaults to
true. - location String
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- luis
App List<String>Ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- luis
Key String - The LUIS key to associate with this Azure Bot Service.
- microsoft
App StringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- name String
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- public
Network BooleanAccess Enabled - Whether public network access is enabled. Defaults to
true. - streaming
Endpoint BooleanEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - Map<String>
- A mapping of tags which should be assigned to this Azure Bot Service.
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceAzureBot 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 ServiceAzureBot Resource
Get an existing ServiceAzureBot 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?: ServiceAzureBotState, opts?: CustomResourceOptions): ServiceAzureBot@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cmk_key_vault_key_url: Optional[str] = None,
developer_app_insights_api_key: Optional[str] = None,
developer_app_insights_application_id: Optional[str] = None,
developer_app_insights_key: Optional[str] = None,
display_name: Optional[str] = None,
endpoint: Optional[str] = None,
icon_url: Optional[str] = None,
local_authentication_enabled: Optional[bool] = None,
location: Optional[str] = None,
luis_app_ids: Optional[Sequence[str]] = None,
luis_key: Optional[str] = None,
microsoft_app_id: Optional[str] = None,
microsoft_app_msi_id: Optional[str] = None,
microsoft_app_tenant_id: Optional[str] = None,
microsoft_app_type: Optional[str] = None,
name: Optional[str] = None,
public_network_access_enabled: Optional[bool] = None,
resource_group_name: Optional[str] = None,
sku: Optional[str] = None,
streaming_endpoint_enabled: Optional[bool] = None,
tags: Optional[Mapping[str, str]] = None) -> ServiceAzureBotfunc GetServiceAzureBot(ctx *Context, name string, id IDInput, state *ServiceAzureBotState, opts ...ResourceOption) (*ServiceAzureBot, error)public static ServiceAzureBot Get(string name, Input<string> id, ServiceAzureBotState? state, CustomResourceOptions? opts = null)public static ServiceAzureBot get(String name, Output<String> id, ServiceAzureBotState state, CustomResourceOptions options)resources: _: type: azure:bot:ServiceAzureBot get: id: ${id}- 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.
- Cmk
Key stringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- Developer
App stringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- Developer
App stringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- Developer
App stringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- Display
Name string - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - Endpoint string
- The Azure Bot Service endpoint.
- Icon
Url string - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - Local
Authentication boolEnabled - Is local authentication enabled? Defaults to
true. - Location string
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- Luis
App List<string>Ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- Luis
Key string - The LUIS key to associate with this Azure Bot Service.
- Microsoft
App stringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- Name string
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- Public
Network boolAccess Enabled - Whether public network access is enabled. Defaults to
true. - Resource
Group stringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- Sku string
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - Streaming
Endpoint boolEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - Dictionary<string, string>
- A mapping of tags which should be assigned to this Azure Bot Service.
- Cmk
Key stringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- Developer
App stringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- Developer
App stringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- Developer
App stringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- Display
Name string - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - Endpoint string
- The Azure Bot Service endpoint.
- Icon
Url string - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - Local
Authentication boolEnabled - Is local authentication enabled? Defaults to
true. - Location string
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- Luis
App []stringIds - A list of LUIS App IDs to associate with this Azure Bot Service.
- Luis
Key string - The LUIS key to associate with this Azure Bot Service.
- Microsoft
App stringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- Microsoft
App stringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- Name string
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- Public
Network boolAccess Enabled - Whether public network access is enabled. Defaults to
true. - Resource
Group stringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- Sku string
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - Streaming
Endpoint boolEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - map[string]string
- A mapping of tags which should be assigned to this Azure Bot Service.
- cmk
Key StringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- developer
App StringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- developer
App StringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- developer
App StringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- display
Name String - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - endpoint String
- The Azure Bot Service endpoint.
- icon
Url String - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - local
Authentication BooleanEnabled - Is local authentication enabled? Defaults to
true. - location String
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- luis
App List<String>Ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- luis
Key String - The LUIS key to associate with this Azure Bot Service.
- microsoft
App StringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- name String
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- public
Network BooleanAccess Enabled - Whether public network access is enabled. Defaults to
true. - resource
Group StringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- sku String
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - streaming
Endpoint BooleanEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - Map<String,String>
- A mapping of tags which should be assigned to this Azure Bot Service.
- cmk
Key stringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- developer
App stringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- developer
App stringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- developer
App stringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- display
Name string - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - endpoint string
- The Azure Bot Service endpoint.
- icon
Url string - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - local
Authentication booleanEnabled - Is local authentication enabled? Defaults to
true. - location string
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- luis
App string[]Ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- luis
Key string - The LUIS key to associate with this Azure Bot Service.
- microsoft
App stringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App stringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App stringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App stringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- name string
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- public
Network booleanAccess Enabled - Whether public network access is enabled. Defaults to
true. - resource
Group stringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- sku string
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - streaming
Endpoint booleanEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - {[key: string]: string}
- A mapping of tags which should be assigned to this Azure Bot Service.
- cmk_
key_ strvault_ key_ url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- developer_
app_ strinsights_ api_ key - The Application Insights API Key to associate with this Azure Bot Service.
- developer_
app_ strinsights_ application_ id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- developer_
app_ strinsights_ key - The Application Insight Key to associate with this Azure Bot Service.
- display_
name str - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - endpoint str
- The Azure Bot Service endpoint.
- icon_
url str - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - local_
authentication_ boolenabled - Is local authentication enabled? Defaults to
true. - location str
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- luis_
app_ Sequence[str]ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- luis_
key str - The LUIS key to associate with this Azure Bot Service.
- microsoft_
app_ strid - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- microsoft_
app_ strmsi_ id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft_
app_ strtenant_ id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft_
app_ strtype The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- name str
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- public_
network_ boolaccess_ enabled - Whether public network access is enabled. Defaults to
true. - resource_
group_ strname - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- sku str
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - streaming_
endpoint_ boolenabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - Mapping[str, str]
- A mapping of tags which should be assigned to this Azure Bot Service.
- cmk
Key StringVault Key Url The CMK Key Vault Key URL that will be used to encrypt the Bot with the Customer Managed Encryption Key.
Note: In order to utilize CMEK, you must add the
Key Vault Crypto Service Encryption Userrole to the Azure-definedBot Service CMEK ProdService Principal. You must also enablesoftDeleteEnabledandpurgeProtectionEnabledon theazure.keyvault.KeyVaultthatcmkKeyVaultKeyUrlrefers to. See Azure Documentation- developer
App StringInsights Api Key - The Application Insights API Key to associate with this Azure Bot Service.
- developer
App StringInsights Application Id - The resource ID of the Application Insights instance to associate with this Azure Bot Service.
- developer
App StringInsights Key - The Application Insight Key to associate with this Azure Bot Service.
- display
Name String - The name that the Azure Bot Service will be displayed as. This defaults to the value set for
nameif not specified. - endpoint String
- The Azure Bot Service endpoint.
- icon
Url String - The Icon Url of the Azure Bot Service. Defaults to
https://docs.botframework.com/static/devportal/client/images/bot-framework-default.png. - local
Authentication BooleanEnabled - Is local authentication enabled? Defaults to
true. - location String
- The supported Azure location where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- luis
App List<String>Ids - A list of LUIS App IDs to associate with this Azure Bot Service.
- luis
Key String - The LUIS key to associate with this Azure Bot Service.
- microsoft
App StringId - The Microsoft Application ID for the Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringMsi Id - The ID of the Microsoft App Managed Identity for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringTenant Id - The Tenant ID of the Microsoft App for this Azure Bot Service. Changing this forces a new resource to be created.
- microsoft
App StringType The Microsoft App Type for this Azure Bot Service. Possible values are
MultiTenant,SingleTenantandUserAssignedMSI. Changing this forces a new resource to be created.Note: Creation of
azure.bot.ServiceAzureBotresources using theMultiTenanttype is no longer supported by Azure, existing resources can continue using this type.- name String
- The name which should be used for this Azure Bot Service. Changing this forces a new resource to be created.
- public
Network BooleanAccess Enabled - Whether public network access is enabled. Defaults to
true. - resource
Group StringName - The name of the Resource Group where the Azure Bot Service should exist. Changing this forces a new resource to be created.
- sku String
- The SKU of the Azure Bot Service. Accepted values are
F0orS1. Changing this forces a new resource to be created. - streaming
Endpoint BooleanEnabled - Is the streaming endpoint enabled for this Azure Bot Service. Defaults to
false. - Map<String>
- A mapping of tags which should be assigned to this Azure Bot Service.
Import
Azure Bot Services can be imported using the resource id, e.g.
$ pulumi import azure:bot/serviceAzureBot:ServiceAzureBot example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Microsoft.BotService/botServices/botService1
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.
We recommend using Azure Native.
published on Tuesday, Apr 21, 2026 by Pulumi
