mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-05 08:09:08 +00:00
Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md
This commit is contained in:
parent
4b591cc1b8
commit
ac25b06322
@ -72,12 +72,6 @@ In this task, you will create an Azure disk resource by using an Azure Resource
|
||||
"sourceResourceId": {
|
||||
"type": "String"
|
||||
},
|
||||
"sourceUri": {
|
||||
"type": "String"
|
||||
},
|
||||
"osType": {
|
||||
"type": "String"
|
||||
},
|
||||
```
|
||||
|
||||
```json
|
||||
@ -85,10 +79,6 @@ In this task, you will create an Azure disk resource by using an Azure Resource
|
||||
"defaultValue": "V1",
|
||||
"type": "String"
|
||||
},
|
||||
```
|
||||
|
||||
```json
|
||||
"osType": "[parameters('osType')]",
|
||||
```
|
||||
|
||||
>**Note**: These parameters are removed since they are not applicable to the current deployment. In particular, sourceResourceId, sourceUri, osType, and hyperVGeneration parameters are applicable to creating an Azure disk from an existing VHD file.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user