diff --git a/README.md b/README.md
index 03aa7bc..f7d35b1 100644
--- a/README.md
+++ b/README.md
@@ -372,6 +372,9 @@ setx.ex AZURE_METERING_MAX_DURATION_BETWEEN_SNAPSHOTS 00:05:00
setx.exe WSLENV AZURE_METERING_MARKETPLACE_CLIENT_ID/u:AZURE_METERING_MARKETPLACE_CLIENT_SECRET/u:AZURE_METERING_MARKETPLACE_TENANT_ID/u:AZURE_METERING_INFRA_CLIENT_ID/u:AZURE_METERING_INFRA_CLIENT_SECRET/u:AZURE_METERING_INFRA_TENANT_ID/u:AZURE_METERING_INFRA_EVENTHUB_NAMESPACENAME/u:AZURE_METERING_INFRA_EVENTHUB_INSTANCENAME/u:AZURE_METERING_INFRA_CHECKPOINTS_CONTAINER/u:AZURE_METERING_INFRA_SNAPSHOTS_CONTAINER/u:AZURE_METERING_INFRA_CAPTURE_CONTAINER/u:AZURE_METERING_INFRA_CAPTURE_FILENAME_FORMAT/u:AZURE_METERING_MAX_NUMBER_OF_EVENTS_BETWEEN_SNAPSHOTS/u:AZURE_METERING_MAX_DURATION_BETWEEN_SNAPSHOTS/u
```
+> [!IMPORTANT]
+> When you create the identity for the `AZURE_METERING_MARKETPLACE_CLIENT_ID`, please ensure that you not only have an 'app registration' here, but that this identity is a 'real' service principal. For example, when you [register a SaaS application](https://learn.microsoft.com/en-us/partner-center/marketplace/partner-center-portal/pc-saas-registration) in Azure marketplace, it must be a service principal (`ad ad sp create` in AZ CLI parlance).
+
## Supported deployment models
The metering accelerator is planned for three distinct deployment models:
@@ -466,4 +469,4 @@ Any use of third-party trademarks or logos are subject to those third-party's po
[folding]: https://en.wikipedia.org/wiki/Fold_(higher-order_function) "Fold (higher-order function) on Wikipedia"
-[Selecting the correct ID when submitting usage events to the Azure Marketplace Metered Billing API]: https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-marketplace-metered-billing-picking-the-correct-id-when/ba-p/3542373
\ No newline at end of file
+[Selecting the correct ID when submitting usage events to the Azure Marketplace Metered Billing API]: https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-marketplace-metered-billing-picking-the-correct-id-when/ba-p/3542373
diff --git a/src/Demos/SaaSIntegration/src/LandingPage/LandingPage.csproj b/src/Demos/SaaSIntegration/src/LandingPage/LandingPage.csproj
index a150c18..e9d1a47 100644
--- a/src/Demos/SaaSIntegration/src/LandingPage/LandingPage.csproj
+++ b/src/Demos/SaaSIntegration/src/LandingPage/LandingPage.csproj
@@ -7,8 +7,8 @@
-
-
-
+
+
+
diff --git a/src/Demos/SaaSIntegration/src/MeteredPage/MeteredPage.csproj b/src/Demos/SaaSIntegration/src/MeteredPage/MeteredPage.csproj
index ce087a2..c66fd79 100644
--- a/src/Demos/SaaSIntegration/src/MeteredPage/MeteredPage.csproj
+++ b/src/Demos/SaaSIntegration/src/MeteredPage/MeteredPage.csproj
@@ -4,9 +4,9 @@
-
-
-
+
+
+