Skip to content

Commit c79f99b

Browse files
authored
Merge pull request #2211 from minnielahoti/minnielahotimsp
Updated Powershell commands for creating InVMAccessControlProfile and InVMAccessControlProfileVersion
2 parents 3811a99 + aef5383 commit c79f99b

18 files changed

+524
-8
lines changed

articles/virtual-machines/metadata-security-protocol/brownfield.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ See [Configure MSP via the portal](./other-examples/portal.md).
2727

2828
### Use an ARM template
2929

30-
### Use the REST API
30+
See [examples](./other-examples/arm-templates.md)
31+
32+
### With REST API
3133

3234
Enable MSP with both WireServer and Azure Instance Metadata Service protected in `Audit` mode:
3335

articles/virtual-machines/metadata-security-protocol/configuration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ If you're familiar with how your workload uses metadata services, you can harden
1818

1919
## Registration of feature flags
2020

21-
To use MSP in preview, register the following flag by using the `az feature register` command:
21+
22+
You can register to use the MSP feature via Azure portal by first searching "Preview Features" in the search bar, followed by "Metadata Security Protocol" in the "Filter by Name" search bar. You can also register using CLI:
23+
24+
To use MSP in Public Preview, register the following flag using the `az feature register` command.
2225

2326
```azurecli-interactive
2427
az feature register --namespace Microsoft.Compute --name ProxyAgentPreview
Loading
62 KB
Loading
Loading
228 KB
Loading
174 KB
Loading
341 KB
Loading
169 KB
Loading
196 KB
Loading

0 commit comments

Comments
 (0)