Skip to content

Commit

Permalink
Merge pull request #388 from Azure/UserStory335474
Browse files Browse the repository at this point in the history
User story335474
  • Loading branch information
TomArcherMsft authored Nov 5, 2024
2 parents 2bad598 + f343102 commit dc601d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickstart/101-azure-functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ This template deploys an Azure Function App.
| Name | Description | Default value |
|-|-|-|
| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg |
| `resource_group_location` | Location of the resource group. | eastus |
| `sa_account_tier` | The tier of the storage account. Possible values are Standard and Premium. | "Standard" |
| `resource_group_location` | Location of the resource group. | westeurope |
| `sa_account_tier` | The tier of the storage account. Possible values are Standard and Premium. | "Premium" |
| `sa_account_replication_type` | The replication type of the storage account. Possible values are LRS, GRS, RAGRS, and ZRS. | "LRS" |
| `sa_name` | The name of the storage account. | Randomly generated |
| `asp_name` | The name of the App Service Plan. | Randomly generated |
| `asp_sku_tier` | The SKU tier of the App Service Plan. Possible values are Free, Shared, Basic, Standard, Premium, PremiumV2, and PremiumV3. | "Standard" |
| `asp_sku_tier` | The SKU tier of the App Service Plan. Possible values are Free, Shared, Basic, Standard, Premium, PremiumV2, and PremiumV3. | "Premium0V3" |
| `fa_name` | The name of the Function App." | Randomly generated |

## Example

0 comments on commit dc601d2

Please sign in to comment.