Skip to content

Commit ec4367c

Browse files
committed
NSOL-6228: updating documentation
1 parent 6cba136 commit ec4367c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

netapp_dataops_traditional/docs/anf_mcp_server_readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ az account set --subscription <SUBSCRIPTION_ID>
7272
az account show
7373
```
7474

75+
7576
**How It Works:**
7677
- `DefaultAzureCredential` is instantiated and passed to `SubscriptionClient`
7778
- The first available subscription is resolved via the Azure SDK
@@ -82,7 +83,8 @@ az account show
8283
- **Zero secrets** – No `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, or `AZURE_TENANT_ID` needed
8384
- **Portable** – Works in local dev, CI/CD, containers, and Azure-hosted environments
8485
- **Subscription auto-resolved** – No subscription ID in config files or function parameters
85-
- **Multi-tenant support** – Respects `az login --tenant` or workload identity federation
86+
- **Multi-tenant support** – Respects `az login --tenant`
87+
8688

8789
### ANF Configuration (Optional)
8890

@@ -378,7 +380,6 @@ print('Config test - Account:', get_config_value('account_name'))
378380
- Regularly review and update Azure role assignments
379381
- Implement proper network security groups and access controls
380382
- Enable encryption at rest and in transit where required
381-
- Use Azure managed identities for production workloads where possible
382383
- Leverage Azure Active Directory for centralized authentication
383384

384385
## Support

netapp_dataops_traditional/docs/anf_readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ az account set --subscription <SUBSCRIPTION_ID>
135135
az account show
136136
```
137137

138+
138139
**How It Works:**
139140
- `DefaultAzureCredential` is instantiated and passed to `SubscriptionClient`
140141
- The first available subscription is resolved via the Azure SDK
@@ -145,7 +146,7 @@ az account show
145146
- **Zero secrets** – No `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, or `AZURE_TENANT_ID` needed
146147
- **Portable** – Works in local dev, CI/CD, containers, and Azure-hosted environments
147148
- **Subscription auto-resolved** – No subscription ID in config files or function parameters
148-
- **Multi-tenant support** – Respects `az login --tenant` or workload identity federation
149+
- **Multi-tenant support** – Respects `az login --tenant`
149150
- **Production-ready** – Managed Identity support means no credential rotation required
150151

151152
## Configuration

0 commit comments

Comments
 (0)