Skip to content

Commit 7350a39

Browse files
Merge pull request #18 from Ditectrev/danieldanielecki-patch-1
Fix: question153 correct answer
2 parents 7bb682a + c9cfd23 commit 7350a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,8 +1872,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
18721872

18731873
### You have an Azure subscription named Subscription1. You sign in to the Azure portal and create a resource group named RG1. From Azure documentation, you have the following command that creates a virtual machine named VM1. az vm create --resource-group RG1 --name VM1 --image UbuntuLTS --generate-ssh-keys You need to create VM1 in Subscription1 by using the command. Solution: From a computer that runs Windows 10, install Azure CLI. From a command prompt, sign in to Azure and then run the command. Does this meet the goal?
18741874

1875-
- [ ] Yes.
1876-
- [x] No.
1875+
- [x] Yes.
1876+
- [ ] No.
18771877

18781878
**[⬆ Back to Top](#table-of-contents)**
18791879

0 commit comments

Comments
 (0)