Throughput Migration with PowerShell Quiz

5 questions Pass: 70% +25 pts

Quiz covering DevOps Implementation

Throughput Migration with PowerShell Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which Azure PowerShell cmdlet is primarily used to update the throughput (RU/s) of an existing Cosmos DB SQL container?

  2. 2

    When migrating from manual throughput to autoscale throughput using PowerShell, which parameter must be specified in the update command?

  3. 3

    You are writing a script to migrate throughput. Why is it recommended to use the Get-AzCosmosDBSqlContainerThroughput cmdlet before performing an update?

  4. 4

    If you attempt to migrate a container from autoscale back to manual throughput using PowerShell, what is the required action?

  5. 5

    You are automating throughput scaling in a CI/CD pipeline. You receive an error stating 'The requested throughput is outside the allowed range'. What is the most likely cause?