Skip to content

Commit 872f127

Browse files
authored
Merge pull request #186274 from v-haiboz/feature/Task536167-7
task#536167:[Refresh link]Replace bookmarks in repo(pr 7)
2 parents 929b331 + 0fc6d15 commit 872f127

File tree

9 files changed

+37
-37
lines changed

9 files changed

+37
-37
lines changed

articles/azure-functions/disable-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Even when you publish to your function app from a local project, you can still u
2727
2828
# [Azure CLI](#tab/azurecli)
2929

30-
In the Azure CLI, you use the [`az functionapp config appsettings set`](/cli/azure/functionapp/config/appsettings#az_functionapp_config_appsettings_set) command to create and modify the app setting. The following command disables a function named `QueueTrigger` by creating an app setting named `AzureWebJobs.QueueTrigger.Disabled` and setting it to `true`.
30+
In the Azure CLI, you use the [`az functionapp config appsettings set`](/cli/azure/functionapp/config/appsettings#az-functionapp-config-appsettings-set) command to create and modify the app setting. The following command disables a function named `QueueTrigger` by creating an app setting named `AzureWebJobs.QueueTrigger.Disabled` and setting it to `true`.
3131

3232
```azurecli-interactive
3333
az functionapp config appsettings set --name <FUNCTION_APP_NAME> \

articles/azure-functions/functions-deployment-slots.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ All slots scale to the same number of workers as the production slot.
118118

119119
## Add a slot
120120

121-
You can add a slot via the [CLI](/cli/azure/functionapp/deployment/slot#az_functionapp_deployment_slot_create) or through the portal. The following steps demonstrate how to create a new slot in the portal:
121+
You can add a slot via the [CLI](/cli/azure/functionapp/deployment/slot#az-functionapp-deployment-slot-create) or through the portal. The following steps demonstrate how to create a new slot in the portal:
122122

123123
1. Navigate to your function app.
124124

@@ -132,7 +132,7 @@ You can add a slot via the [CLI](/cli/azure/functionapp/deployment/slot#az_funct
132132

133133
## Swap slots
134134

135-
You can swap slots via the [CLI](/cli/azure/functionapp/deployment/slot#az_functionapp_deployment_slot_swap) or through the portal. The following steps demonstrate how to swap slots in the portal:
135+
You can swap slots via the [CLI](/cli/azure/functionapp/deployment/slot#az-functionapp-deployment-slot-swap) or through the portal. The following steps demonstrate how to swap slots in the portal:
136136

137137
1. Navigate to the function app.
138138
1. Select **Deployment slots**, and then select **Swap**.
@@ -151,7 +151,7 @@ If a swap results in an error or you simply want to "undo" a swap, you can roll
151151

152152
## Remove a slot
153153

154-
You can remove a slot via the [CLI](/cli/azure/functionapp/deployment/slot#az_functionapp_deployment_slot_delete) or through the portal. The following steps demonstrate how to remove a slot in the portal:
154+
You can remove a slot via the [CLI](/cli/azure/functionapp/deployment/slot#az-functionapp-deployment-slot-delete) or through the portal. The following steps demonstrate how to remove a slot in the portal:
155155

156156
1. Navigate to **Deployment slots** in the function app, and then select the slot name.
157157

@@ -173,11 +173,11 @@ You can remove a slot via the [CLI](/cli/azure/functionapp/deployment/slot#az_fu
173173

174174
Using the [Azure CLI](/cli/azure/functionapp/deployment/slot), you can automate the following actions for a slot:
175175

176-
- [create](/cli/azure/functionapp/deployment/slot#az_functionapp_deployment_slot_create)
177-
- [delete](/cli/azure/functionapp/deployment/slot#az_functionapp_deployment_slot_delete)
178-
- [list](/cli/azure/functionapp/deployment/slot#az_functionapp_deployment_slot_list)
179-
- [swap](/cli/azure/functionapp/deployment/slot#az_functionapp_deployment_slot_swap)
180-
- [auto-swap](/cli/azure/functionapp/deployment/slot#az_functionapp_deployment_slot_auto_swap)
176+
- [create](/cli/azure/functionapp/deployment/slot#az-functionapp-deployment-slot-create)
177+
- [delete](/cli/azure/functionapp/deployment/slot#az-functionapp-deployment-slot-delete)
178+
- [list](/cli/azure/functionapp/deployment/slot#az-functionapp-deployment-slot-list)
179+
- [swap](/cli/azure/functionapp/deployment/slot#az-functionapp-deployment-slot-swap)
180+
- [auto-swap](/cli/azure/functionapp/deployment/slot#az-functionapp-deployment-slot-auto-swap)
181181

182182
## Change App Service plan
183183

articles/azure-functions/set-runtime-version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ az functionapp config appsettings set --name <FUNCTION_APP> \
104104

105105
Replace `<FUNCTION_APP>` with the name of your function app. Also replace `<RESOURCE_GROUP>` with the name of the resource group for your function app. Also, replace `<VERSION>` with either a specific version, or `~4`, `~3`, `~2`, or `~1`.
106106

107-
Choose **Try it** in the previous code example to run the command in [Azure Cloud Shell](../cloud-shell/overview.md). You can also run the [Azure CLI locally](/cli/azure/install-azure-cli) to execute this command. When running locally, you must first run [az login](/cli/azure/reference-index#az_login) to sign in.
107+
Choose **Try it** in the previous code example to run the command in [Azure Cloud Shell](../cloud-shell/overview.md). You can also run the [Azure CLI locally](/cli/azure/install-azure-cli) to execute this command. When running locally, you must first run [az login](/cli/azure/reference-index#az-login) to sign in.
108108

109109
# [PowerShell](#tab/powershell)
110110

@@ -165,7 +165,7 @@ az functionapp config set --name <FUNCTION_APP> \
165165

166166
Replace `<FUNCTION_APP>` with the name of your function app. Also replace `<RESOURCE_GROUP>` with the name of the resource group for your function app. Also, replace `<LINUX_FX_VERSION>` with the value of a specific image as described above.
167167

168-
You can run this command from the [Azure Cloud Shell](../cloud-shell/overview.md) by choosing **Try it** in the preceding code sample. You can also use the [Azure CLI locally](/cli/azure/install-azure-cli) to execute this command after executing [az login](/cli/azure/reference-index#az_login) to sign in.
168+
You can run this command from the [Azure Cloud Shell](../cloud-shell/overview.md) by choosing **Try it** in the preceding code sample. You can also use the [Azure CLI locally](/cli/azure/install-azure-cli) to execute this command after executing [az login](/cli/azure/reference-index#az-login) to sign in.
169169

170170
# [PowerShell](#tab/powershell)
171171

articles/azure-resource-manager/management/manage-resource-groups-cli.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@ The resource group stores metadata about the resources. When you specify a locat
2525

2626
## Create resource groups
2727

28-
to create a resource group, use [az group create](/cli/azure/group#az_group_create).
28+
to create a resource group, use [az group create](/cli/azure/group#az-group-create).
2929

3030
```azurecli-interactive
3131
az group create --name demoResourceGroup --location westus
3232
```
3333

3434
## List resource groups
3535

36-
To list the resource groups in your subscription, use [az group list](/cli/azure/group#az_group_list).
36+
To list the resource groups in your subscription, use [az group list](/cli/azure/group#az-group-list).
3737

3838
```azurecli-interactive
3939
az group list
4040
```
4141

42-
To get one resource group, use [az group show](/cli/azure/group#az_group_show).
42+
To get one resource group, use [az group show](/cli/azure/group#az-group-show).
4343

4444
```azurecli-interactive
4545
az group show --name exampleGroup
4646
```
4747

4848
## Delete resource groups
4949

50-
To delete a resource group, use [az group delete](/cli/azure/group#az_group_delete).
50+
To delete a resource group, use [az group delete](/cli/azure/group#az-group-delete).
5151

5252
```azurecli-interactive
5353
az group delete --name exampleGroup
@@ -65,7 +65,7 @@ The following example creates a storage account. The name you provide for the st
6565
az storage account create --resource-group exampleGroup --name examplestore --location westus --sku Standard_LRS --kind StorageV2
6666
```
6767

68-
To deploy an ARM template or Bicep file, use [az deployment group create](/cli/azure/deployment/group#az_deployment_group_create).
68+
To deploy an ARM template or Bicep file, use [az deployment group create](/cli/azure/deployment/group#az-deployment-group-create).
6969

7070
```azurecli-interactive
7171
az deployment group create --resource-group exampleGroup --template-file storage.bicep
@@ -79,19 +79,19 @@ For more information about deploying a Bicep file, see [Deploy resources with Bi
7979

8080
Locking prevents other users in your organization from accidentally deleting or modifying critical resources.
8181

82-
To prevent a resource group and its resources from being deleted, use [az lock create](/cli/azure/lock#az_lock_create).
82+
To prevent a resource group and its resources from being deleted, use [az lock create](/cli/azure/lock#az-lock-create).
8383

8484
```azurecli-interactive
8585
az lock create --name LockGroup --lock-type CanNotDelete --resource-group exampleGroup
8686
```
8787

88-
To get the locks for a resource group, use [az lock list](/cli/azure/lock#az_lock_list).
88+
To get the locks for a resource group, use [az lock list](/cli/azure/lock#az-lock-list).
8989

9090
```azurecli-interactive
9191
az lock list --resource-group exampleGroup
9292
```
9393

94-
To delete a lock, use [az lock delete](/cli/azure/lock#az_lock_delete)
94+
To delete a lock, use [az lock delete](/cli/azure/lock#az-lock-delete)
9595

9696
```azurecli-interactive
9797
az lock delete --name exampleLock --resource-group exampleGroup

articles/azure-resource-manager/templates/deploy-to-resource-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To deploy to a resource group, use the resource group deployment commands.
4343

4444
# [Azure CLI](#tab/azure-cli)
4545

46-
For Azure CLI, use [az deployment group create](/cli/azure/deployment/group#az_deployment_group_create). The following example deploys a template to create a resource group:
46+
For Azure CLI, use [az deployment group create](/cli/azure/deployment/group#az-deployment-group-create). The following example deploys a template to create a resource group:
4747

4848
```azurecli-interactive
4949
az deployment group create \

articles/azure-sql/database/single-database-scale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After initially picking the number of vCores or DTUs, you can scale a single dat
2121
* [Transact-SQL](/sql/t-sql/statements/alter-database-transact-sql#overview-sql-database)
2222
* [Azure portal](single-database-manage.md#the-azure-portal)
2323
* [PowerShell](/powershell/module/az.sql/set-azsqldatabase)
24-
* [Azure CLI](/cli/azure/sql/db#az_sql_db_update)
24+
* [Azure CLI](/cli/azure/sql/db#az-sql-db-update)
2525
* [REST API](/rest/api/sql/databases/update)
2626

2727
> [!IMPORTANT]
@@ -122,7 +122,7 @@ You're billed for each hour a database exists using the highest service tier + c
122122
### vCore-based purchasing model
123123

124124
- Storage can be provisioned up to the data storage max size limit using 1-GB increments. The minimum configurable data storage is 1 GB. For data storage max size limits in each service objective, see resource limit documentation pages for [Resource limits for single databases using the vCore purchasing model](resource-limits-vcore-single-databases.md) and [Resource limits for single databases using the DTU purchasing model](resource-limits-dtu-single-databases.md).
125-
- Data storage for a single database can be provisioned by increasing or decreasing its max size using the [Azure portal](https://portal.azure.com), [Transact-SQL](/sql/t-sql/statements/alter-database-transact-sql#examples-1), [PowerShell](/powershell/module/az.sql/set-azsqldatabase), [Azure CLI](/cli/azure/sql/db#az_sql_db_update), or [REST API](/rest/api/sql/databases/update). If the max size value is specified in bytes, it must be a multiple of 1 GB (1073741824 bytes).
125+
- Data storage for a single database can be provisioned by increasing or decreasing its max size using the [Azure portal](https://portal.azure.com), [Transact-SQL](/sql/t-sql/statements/alter-database-transact-sql#examples-1), [PowerShell](/powershell/module/az.sql/set-azsqldatabase), [Azure CLI](/cli/azure/sql/db#az-sql-db-update), or [REST API](/rest/api/sql/databases/update). If the max size value is specified in bytes, it must be a multiple of 1 GB (1073741824 bytes).
126126
- The amount of data that can be stored in the data files of a database is limited by the configured data storage max size. In addition to that storage, Azure SQL Database automatically allocates 30% more storage to be used for the transaction log.
127127
- Azure SQL Database automatically allocates 32 GB per vCore for the `tempdb` database. `tempdb` is located on the local SSD storage in all service tiers.
128128
- The price of storage for a single database or an elastic pool is the sum of data storage and transaction log storage amounts multiplied by the storage unit price of the service tier. The cost of `tempdb` is included in the price. For details on storage price, see [Azure SQL Database pricing](https://azure.microsoft.com/pricing/details/sql-database/).
@@ -133,7 +133,7 @@ You're billed for each hour a database exists using the highest service tier + c
133133
### DTU-based purchasing model
134134

135135
- The DTU price for a single database includes a certain amount of storage at no additional cost. Extra storage beyond the included amount can be provisioned for an additional cost up to the max size limit in increments of 250 GB up to 1 TB, and then in increments of 256 GB beyond 1 TB. For included storage amounts and max size limits, see [Single database: Storage sizes and compute sizes](resource-limits-dtu-single-databases.md#single-database-storage-sizes-and-compute-sizes).
136-
- Extra storage for a single database can be provisioned by increasing its max size using the Azure portal, [Transact-SQL](/sql/t-sql/statements/alter-database-transact-sql#examples-1), [PowerShell](/powershell/module/az.sql/set-azsqldatabase), the [Azure CLI](/cli/azure/sql/db#az_sql_db_update), or the [REST API](/rest/api/sql/databases/update).
136+
- Extra storage for a single database can be provisioned by increasing its max size using the Azure portal, [Transact-SQL](/sql/t-sql/statements/alter-database-transact-sql#examples-1), [PowerShell](/powershell/module/az.sql/set-azsqldatabase), the [Azure CLI](/cli/azure/sql/db#az-sql-db-update), or the [REST API](/rest/api/sql/databases/update).
137137
- The price of extra storage for a single database is the extra storage amount multiplied by the extra storage unit price of the service tier. For details on the price of extra storage, see [Azure SQL Database pricing](https://azure.microsoft.com/pricing/details/sql-database/).
138138

139139
> [!IMPORTANT]

articles/data-factory/how-to-create-schedule-trigger.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,31 +252,31 @@ This section shows you how to use Azure CLI to create, start, and monitor a sche
252252
- The trigger is associated with the **Adfv2QuickStartPipeline** pipeline. To associate multiple pipelines with a trigger, add more **pipelineReference** sections.
253253
- The pipeline in the Quickstart takes two **parameters** values: **inputPath** and **outputPath**. And you pass values for these parameters from the trigger.
254254

255-
1. Create a trigger by using the [az datafactory trigger create](/cli/azure/datafactory/trigger#az_datafactory_trigger_create) command:
255+
1. Create a trigger by using the [az datafactory trigger create](/cli/azure/datafactory/trigger#az-datafactory-trigger-create) command:
256256

257257
```azurecli
258258
az datafactory trigger create --resource-group "ADFQuickStartRG" --factory-name "ADFTutorialFactory" --name "MyTrigger" --properties @MyTrigger.json
259259
```
260260

261-
1. Confirm that the status of the trigger is **Stopped** by using the [az datafactory trigger show](/cli/azure/datafactory/trigger#az_datafactory_trigger_show) command:
261+
1. Confirm that the status of the trigger is **Stopped** by using the [az datafactory trigger show](/cli/azure/datafactory/trigger#az-datafactory-trigger-show) command:
262262

263263
```azurecli
264264
az datafactory trigger show --resource-group "ADFQuickStartRG" --factory-name "ADFTutorialFactory" --name "MyTrigger"
265265
```
266266

267-
1. Start the trigger by using the [az datafactory trigger start](/cli/azure/datafactory/trigger#az_datafactory_trigger_start) command:
267+
1. Start the trigger by using the [az datafactory trigger start](/cli/azure/datafactory/trigger#az-datafactory-trigger-start) command:
268268

269269
```azurecli
270270
az datafactory trigger start --resource-group "ADFQuickStartRG" --factory-name "ADFTutorialFactory" --name "MyTrigger"
271271
```
272272

273-
1. Confirm that the status of the trigger is **Started** by using the [az datafactory trigger show](/cli/azure/datafactory/trigger#az_datafactory_trigger_show) command:
273+
1. Confirm that the status of the trigger is **Started** by using the [az datafactory trigger show](/cli/azure/datafactory/trigger#az-datafactory-trigger-show) command:
274274

275275
```azurecli
276276
az datafactory trigger show --resource-group "ADFQuickStartRG" --factory-name "ADFTutorialFactory" --name "MyTrigger"
277277
```
278278

279-
1. Get the trigger runs in Azure CLI by using the [az datafactory trigger-run query-by-factory](/cli/azure/datafactory/trigger-run#az_datafactory_trigger_run_query_by_factory) command. To get information about the trigger runs, execute the following command periodically. Update the **last-updated-after** and **last-updated-before** values to match the values in your trigger definition:
279+
1. Get the trigger runs in Azure CLI by using the [az datafactory trigger-run query-by-factory](/cli/azure/datafactory/trigger-run#az-datafactory-trigger-run-query-by-factory) command. To get information about the trigger runs, execute the following command periodically. Update the **last-updated-after** and **last-updated-before** values to match the values in your trigger definition:
280280

281281
```azurecli
282282
az datafactory trigger-run query-by-factory --resource-group "ADFQuickStartRG" --factory-name "ADFTutorialFactory" --filters operand="TriggerName" operator="Equals" values="MyTrigger" --last-updated-after "2017-12-08T00:00:00" --last-updated-before "2017-12-08T01:00:00"

0 commit comments

Comments
 (0)