Skip to content

Commit

Permalink
Some fixes in the Azure quiz (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbes authored Jul 24, 2021
1 parent a4473d9 commit 6ea34a1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions microsoft-azure/microsoft-azure-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@
/SourceDatabaseName:"kinetecoweb" /SourceUser:"admin" /SourcePassword:"MyPassword"
- [ ] SqlPackage.exe /TargetFile:" myapp.bacpac " /Action:**Import**
/SourceServerName:"kinetecosql.database.windows.net"
/SourceDatabaseName:"kinetecoweb" /SourceUser:"admin" /SourcePassword:"MyPassword"
SqiPackage.exe /TargetFile :" myapp.bacpac Action:Import
/SourceDatabaseName:"kinetecoweb" /SourceUser:"admin" /SourcePassword:"MyPassword"
- [ ] SqlPackage.exe /TargetFile:"./myapp.bacpac" /Action:**Publish**
/SourceServerName:"kinetecosql.database.windows.net"
/SourceDatabaseName:"kinetecoweb" /SourceUser:"admin" /SourcePassword:"MyPassword"
Expand Down Expand Up @@ -392,10 +391,3 @@
- [x] append blob
- [ ] page blob
- [ ] block blob

#### Q52. Your microservices application includes a logging component that performs a large number of sequentinal writes. Which type of Azure Storage should you use?

- [ ] CORS
- [ ] custom domains
- [ ] webjobs
- [ ] deployment slots

0 comments on commit 6ea34a1

Please sign in to comment.