This pull request includes updates to several documentation and example script files to enhance clarity and functionality when working with Azure CLI and Microsoft Fabric. The most important changes include the addition of bash shebangs, setting input variables, and updating commands to improve usability and consistency.
✨ Description of new changes
Documentation Updates:
docs/guides/auth_app_reg_spn.md: Added bash shebang, set input variables, and updated Azure CLI commands for creating an App Registration with Service Principal. [1][2]
docs/guides/auth_msi.md: Added bash shebang, set input variables, and updated Azure CLI commands for configuring a Virtual Machine to use both System-Assigned and User-Assigned Managed Identities. [1][2]
examples/guides/auth_msi/azurevm_sami.sh: Added bash shebang, set input variables, and updated Azure CLI commands for configuring a VM with a System-Assigned Managed Identity.
examples/guides/auth_msi/azurevm_uami.sh: Added bash shebang, set input variables, and updated Azure CLI commands for configuring a VM with a User-Assigned Managed Identity.
Minor Changes:
docs/guides/auth_spn_oidc.md and examples/guides/auth_spn_oidc/credential.json: Updated placeholder values in the subject field for better clarity. [1][2]
📥 Pull Request
❓ What are you trying to address
This pull request includes updates to several documentation and example script files to enhance clarity and functionality when working with Azure CLI and Microsoft Fabric. The most important changes include the addition of bash shebangs, setting input variables, and updating commands to improve usability and consistency.
✨ Description of new changes
Documentation Updates:
docs/guides/auth_app_reg_spn.md
: Added bash shebang, set input variables, and updated Azure CLI commands for creating an App Registration with Service Principal. [1] [2]docs/guides/auth_msi.md
: Added bash shebang, set input variables, and updated Azure CLI commands for configuring a Virtual Machine to use both System-Assigned and User-Assigned Managed Identities. [1] [2]Example Script Updates:
examples/guides/auth_app_reg_spn/app_reg.sh
: Added bash shebang, set input variables, and updated Azure CLI commands to improve the script for App Registration with Service Principal. [1] [2]examples/guides/auth_msi/azurevm_sami.sh
: Added bash shebang, set input variables, and updated Azure CLI commands for configuring a VM with a System-Assigned Managed Identity.examples/guides/auth_msi/azurevm_uami.sh
: Added bash shebang, set input variables, and updated Azure CLI commands for configuring a VM with a User-Assigned Managed Identity.Minor Changes:
docs/guides/auth_spn_oidc.md
andexamples/guides/auth_spn_oidc/credential.json
: Updated placeholder values in thesubject
field for better clarity. [1] [2]