Missing appType Parameter in ARM Template for Python Bot Deployment #2187
Labels
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
bug
Indicates an unexpected problem or an unintended behavior.
customer-replied-to
Indicates that the team has replied to the issue reported by the customer. Do not delete.
customer-reported
Issue is created by anyone that is not a collaborator in the repository.
Environment:
Issue Description:
I am attempting to deploy a multi-tenant bot using the ARM template provided in the official Microsoft repository. The instructions require setting the appType parameter for both App Service and Azure Bot resources to ensure consistent identity management configurations. According to the documentation, this parameter is required and should be set to one of the following values: “MultiTenant”, “SingleTenant”, or “UserAssignedMSI”.
Problem:
The ARM template parameters-for-template-BotApp-with-rg.json intended for Python does not include the appType parameter. This omission could lead to inconsistencies in deployment configurations and potential deployment failures due to missing required parameters.
Steps to Reproduce:
Expected Behavior:
The ARM template should include the appType parameter to allow developers to specify the identity management configuration, consistent with the deployment documentation.
Actual Behavior:
The appType parameter is missing from the ARM template, leading to potential confusion and misconfiguration during deployment.
Impact:
Potential deployment failure or incorrect configuration for developers deploying Python-based bots using the ARM template.
Suggested Fix:
Update the ARM template to include the appType parameter or adjust the documentation to accurately reflect the parameters needed for Python-based bot deployments.
Additional Information:
N/A
Screenshots/Logs:
(If applicable, add screenshots or logs to help explain the issue.)
This format provides a clear, structured way to report the issue, ensuring that all necessary information is communicated effectively. Adjust the specifics according to your situation.
The text was updated successfully, but these errors were encountered: