File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
articles/virtual-machines Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ az provider show -n Microsoft.KeyVault -o json | grep registrationState
35
35
az provider show -n Microsoft.Compute -o json | grep registrationState
36
36
az provider show -n Microsoft.Storage -o json | grep registrationState
37
37
az provider show -n Microsoft.Network -o json | grep registrationState
38
- az provider show -n Microsoft.VirtualMachineImages/Triggers -o json | grep registrationState
39
38
```
40
39
41
40
If the output doesn't say registered, run the following commands:
@@ -46,7 +45,6 @@ az provider register -n Microsoft.Compute
46
45
az provider register -n Microsoft.KeyVault
47
46
az provider register -n Microsoft.Storage
48
47
az provider register -n Microsoft.Network
49
- az provider register -n Microsoft.VirtualMachineImages/Triggers
50
48
```
51
49
52
50
### Set variables
You can’t perform that action at this time.
0 commit comments