Skip to content

Commit

Permalink
RDoc-2882 Fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle9897 committed Jul 23, 2024
1 parent 96b2d8f commit 40d0b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ There are three authenticaton methods available:
* Use the Entra ID authorization method to achieve enhanced security by leveraging Microsoft Entra’s robust identity solutions.
* This approach minimizes the risks associated with exposed credentials commonly found in connection strings and enables
more granular control through [Role-Based Access Controls](https://learn.microsoft.com/en-us/azure/role-based-access-control/).
* **Paswordless**
* This authorization method authorizes a dedicated machine and can only be used in self-hosted mode.
* **Passwordless**
* This authorization method requires the machine to be pre-authorized and can only be used in self-hosted mode.
* Passwordless authorization works only when the account on the machine is assigned the Storage Account Queue Data Contributor role; the Contributor role alone is inadequate.

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The available authentication methods to an Azure storage account are:

* **Passwordless**

* This authorization method authorizes a dedicated machine and can only be used in self-hosted mode.
* This authorization method requires the machine to be pre-authorized and can only be used in self-hosted mode.
* Passwordless authorization works only when the account on the machine is assigned the Storage Account Queue Data Contributor role; the Contributor role alone is inadequate.

![Passwordless method](images/queue/aqs-etl-passwordless-method.png "passwordless method")
Expand Down

0 comments on commit 40d0b01

Please sign in to comment.