|
8 | 8 |
|
9 | 9 | | Variable Name | Source | Description |
|
10 | 10 | | - | - | - |
|
11 |
| -| **AzureSubscription** | Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](Guides/addARMServiceConnection.md) to see how to set it up. | |
12 |
| -| **KeyVaultObjectId** | Azure | Object ID of the Service Principal configured in the pipeline. Click [here](Guides/getServicePrincipalObjectID.md) to see how to get it. | |
| 11 | +| **AzureSubscription** | Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](./addARMServiceConnection.md) to see how to set it up. | |
| 12 | +| **KeyVaultObjectId** | Azure | Object ID of the Service Principal configured in the pipeline. Click [here](./getServicePrincipalObjectID.md) to see how to get it. | |
13 | 13 | | **ResourceGroupName** | User | Name for the two resource groups that will contain the shared resources. |
|
14 | 14 | | **AppServicePlanPricingTier** | User | (optional) Pricing tier for the App Service Plan. Possible values are: F1 (default), S1. |
|
15 | 15 | | **ResourceSuffix** | User | (optional) Suffix to add to the resource names to avoid collisions. |
|
|
18 | 18 |
|
19 | 19 | - Description: Creates the test bot resources to be used in the functional tests, separated in one Resource Group r each language (DotNet, JS, and Python)
|
20 | 20 | - Schedule: Nightly or on demand.
|
21 |
| -- YAML: [build\yaml\deployBotResources\deployBotResources.yml](../build/yaml/deploybotresources/deployBotResources.yml) |
| 21 | +- YAML: [build\yaml\deployBotResources\deployBotResources.yml](../build/yaml/deployBotResources/deployBotResources.yml) |
22 | 22 |
|
23 | 23 | | Variable Name | Source | Description |
|
24 | 24 | | - | - | - |
|
25 | 25 | | **AppServicePlanGroupLinux** | Create Shared Resources | Name of the resource group containing the App Service Plan for Python. |
|
26 | 26 | | **AppServicePlanNameLinux** | Create Shared Resources | Name of the App Service Plan for Python. |
|
27 | 27 | | **AppServicePlanGroup** | Create Shared Resources | Name of the resource group containing the App Service Plan for DotNet and JS. |
|
28 | 28 | | **AppServicePlanName** | Create Shared Resources | Name of the App Service Plan for DotNet and JS. |
|
29 |
| -| **AzureDeploymentPassword** | [Webapp Deployment User](https://docs.microsoft.com/en-us/cli/azure/webapp/deployment/user?view=azure-cli-latest#az-webapp-deployment-user-set) | Azure Deployment Password, required to deploy Python bots. Click [here](Guides/createWebAppDeploymentCredentials.md) to see how to set it up. | |
30 |
| -| **AzureDeploymentUser** | [Webapp Deployment User](https://docs.microsoft.com/en-us/cli/azure/webapp/deployment/user?view=azure-cli-latest#az-webapp-deployment-user-set) | Azure Deployment User, required to deploy Python bots. Click [here](Guides/createWebAppDeploymentCredentials.md) to see how to how to set it up. | |
31 |
| -| **AzureSubscription** | Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](Guides/addARMServiceConnection.md) to see how to set it up. | |
| 29 | +| **AzureDeploymentPassword** | [Webapp Deployment User](https://docs.microsoft.com/en-us/cli/azure/webapp/deployment/user?view=azure-cli-latest#az-webapp-deployment-user-set) | Azure Deployment Password, required to deploy Python bots. Click [here](./createWebAppDeploymentCredentials.md) to see how to set it up. | |
| 30 | +| **AzureDeploymentUser** | [Webapp Deployment User](https://docs.microsoft.com/en-us/cli/azure/webapp/deployment/user?view=azure-cli-latest#az-webapp-deployment-user-set) | Azure Deployment User, required to deploy Python bots. Click [here](./createWebAppDeploymentCredentials.md) to see how to how to set it up. | |
| 31 | +| **AzureSubscription** | Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](./addARMServiceConnection.md) to see how to set it up. | |
32 | 32 | | **ResourceGroup** | User | Prefix of the resource groups where the bots will be deployed. |
|
33 | 33 | | **[BotName](#botnames) + AppId** | [App Registration Portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade) | (optional) App ID to use. If not configured, will be retrieved from the key vault. |
|
34 | 34 | | **[BotName](#botnames) + AppSecret** | [App Registration Portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade) | (optional) App Secret to use. If not configured, will be retrieved from the key vault. |
|
|
49 | 49 |
|
50 | 50 | | Variable Name | Source | Description |
|
51 | 51 | | - | - | - |
|
52 |
| -| **AzureSubscription** | Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](Guides/addARMServiceConnection.md) to see how to set it up. | |
| 52 | +| **AzureSubscription** | Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](./addARMServiceConnection.md) to see how to set it up. | |
53 | 53 | | **ResourceGroup** | User | Prefix of the resource groups where the bots are deployed. |
|
54 | 54 | | **[BotName](#botnames) + AppId** | [App Registration Portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade) | (optional) App ID to use. If not configured, it will be retrieved from the key vault. |
|
55 | 55 | | **ResourceSuffix** | Create Shared Resources | (optional) Suffix added to the resource names. |
|
|
62 | 62 |
|
63 | 63 | | Variable Name | Source | Description |
|
64 | 64 | | - | - | - |
|
65 |
| -| **AzureSubscription** | Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](Guides/addARMServiceConnection.md) to see how to set it up. | |
| 65 | +| **AzureSubscription** | Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](./addARMServiceConnection.md) to see how to set it up. | |
66 | 66 | | **DeployResourceGroup** | Deploy Bot Resources | Prefix of the resource groups where the bots were deployed. |
|
67 | 67 | | **SharedResourceGroup** | Create Shared Resources | Name for the resource groups that contains the shared resources. |
|
68 | 68 | | **ResourceSuffix** | Create Shared Resources | (optional) Suffix added to the resource names. |
|
|
0 commit comments