You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,6 @@ Supporting documentation
171
171
172
172
### Security guidelines
173
173
174
-
175
174
This template uses Azure Key Vault to store all connections to communicate between resources.
176
175
177
176
This template also uses [Managed Identity](https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview) for local development and deployment.
@@ -180,7 +179,7 @@ To ensure continued best practices in your own repository, we recommend that any
180
179
181
180
You may want to consider additional security measures, such as:
182
181
183
-
* Enabling Microsoft Defender for Cloud to [secure your Azure resources](https://learn.microsoft.com/azure/security-center/defender-for-cloud).
182
+
* Enabling Microsoft Defender for Cloud to [secure your Azure resources](https://learn.microsoft.com/en-us/azure/defender-for-cloud/).
184
183
* Protecting the Azure Container Apps instance with a [firewall](https://learn.microsoft.com/azure/container-apps/waf-app-gateway) and/or [Virtual Network](https://learn.microsoft.com/azure/container-apps/networking?tabs=workload-profiles-env%2Cazure-cli).
185
184
186
185
<br/>
@@ -192,15 +191,15 @@ Check out similar solution accelerators
192
191
|---|---|
193
192
|[Conversation knowledge mining](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)| Derive insights from volumes of conversational data using generative AI. It offers key phrase extraction, topic modeling, and interactive chat experiences through an intuitive web interface. |
194
193
|[Content processing](https://github.com/microsoft/content-processing-solution-accelerator)| Programmatically extract data and apply schemas to unstructured documents across text-based and multi-modal content using Azure AI Foundry, Azure OpenAI, Azure AI Content Understanding, and Azure Cosmos DB. |
195
-
|[Build your own copilot - client advisor](https://github.com/microsoft/document-generation-solution-accelerator)| This copilot helps client advisors to save time and prepare relevant discussion topics for scheduled meetings. It provides an overview of daily client meetings with seamless navigation between viewing client profiles and chatting with structured data. |
194
+
|[Build your own copilot - client advisor](https://github.com/microsoft/build-your-own-copilot-solution-accelerator)| This copilot helps client advisors to save time and prepare relevant discussion topics for scheduled meetings. It provides an overview of daily client meetings with seamless navigation between viewing client profiles and chatting with structured data. |
196
195
197
196
198
197
<br/>
199
198
200
199
201
200
## Provide feedback
202
201
203
-
Have questions, find a bug, or want to request a feature? [Submit a new issue](https://github.com/microsoft/document-knowledge-mining-solution-acclerator/issues) on this repo and we'll connect.
202
+
Have questions, find a bug, or want to request a feature? [Submit a new issue](https://github.com/microsoft/document-knowledge-mining-solution-accelerator/issues) on this repo and we'll connect.
1. Sign up for a [free Azure account](https://azure.microsoft.com/free/) and create an Azure Subscription.
4
+
2. Check that you have the necessary permissions:
5
+
* Your Azure account must have `Microsoft.Authorization/roleAssignments/write` permissions, such as [Role Based Access Control Administrator](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#role-based-access-control-administrator-preview), [User Access Administrator](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#user-access-administrator), or [Owner](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#owner).
6
+
* Your Azure account also needs `Microsoft.Resources/deployments/write` permissions on the subscription level.
7
+
8
+
You can view the permissions for your account and subscription by following the steps below:
9
+
- Navigate to the [Azure Portal](https://portal.azure.com/) and click on `Subscriptions` under 'Navigation'
10
+
- Select the subscription you are using for this accelerator from the list.
11
+
- If you try to search for your subscription and it does not come up, make sure no filters are selected.
12
+
- Select `Access control (IAM)` and you can see the roles that are assigned to your account for this subscription.
13
+
- If you want to see more information about the roles, you can go to the `Role assignments`
14
+
tab and search by your account name and then click the role you want to view more information about.
0 commit comments