Courseiva

DP-300 Practice Question: Monitor, configure, and optimize database resources

Exhibit

Refer to the exhibit.
{
  "properties": {
    "state": "Enabled",
    "location": "westus",
    "serverName": "myserver",
    "databaseName": "mydb",
    "storageContainerUri": "https://mystorage.blob.core.windows.net/backups",
    "storageContainerSasToken": "?sv=2018-03-28&..."
  }
}

You are reviewing an Azure Resource Manager template snippet for configuring long-term backup retention for an Azure SQL Database. The deployment fails with an error indicating the storage account is not accessible. What is the most likely cause?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The SAS token has expired or is invalid

The error indicates that the storage account is not accessible. In the template, a SAS token is used to authenticate access to the storage container for long-term backup retention. The most common reason for this error is that the SAS token has expired or is invalid, as SAS tokens have an expiration date. Therefore, Option C is correct. Option A is incorrect because the server name mismatch would cause a different error. Option B is incorrect because the URI format may be valid, but the token is the issue. Option D is incorrect because cross-region storage is supported for long-term retention.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The server name in the template does not match the actual server

    Why it's wrong here

    The error indicates storage access issue, not server mismatch.

  • The storage container URI is incorrectly formatted

    Why it's wrong here

    The URI appears correctly formatted.

  • The SAS token has expired or is invalid

    Why this is correct

    Expired or invalid SAS token is a common cause of access errors.

  • The database is not in the same region as the storage account

    Why it's wrong here

    Cross-region backup is supported.

Go deeper

Related to this question

About these practice questions

Courseiva writes every DP-300 question from scratch — 906 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-300 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-300 exam.