diff --git a/.gitignore b/.gitignore index 811bdd750..0da34db0f 100644 --- a/.gitignore +++ b/.gitignore @@ -461,3 +461,4 @@ terraform.rc samples/microsoft/nul samples/microsoft/microsoft.sln samples/microsoft/developer-journey-stage-1-idea-to-prototype.md +foundry-int.parameters.json diff --git a/infrastructure/infrastructure-setup-bicep/20-user-assigned-identity/README.md b/infrastructure/infrastructure-setup-bicep/20-user-assigned-identity/README.md index 98325b630..afc883b81 100644 --- a/infrastructure/infrastructure-setup-bicep/20-user-assigned-identity/README.md +++ b/infrastructure/infrastructure-setup-bicep/20-user-assigned-identity/README.md @@ -17,9 +17,6 @@ Run the command for BICEP: az deployment group create --name "{DEPLOYMENT_NAME}" --resource-group "{RESOURCE_GROUP_NAME}" --template-file ./main.bicep --parameters userAssignedIdentityName="{UASER_ASSIGNED_MANAGED_IDENTITY_NAME}" -Limitations: -1. User-Assigned Managed Identity is not supported with Customer Managed Keys. - If you are new to Azure AI Foundry, see: - [Azure AI Foundry](https://learn.microsoft.com/azure/ai-foundry/)