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-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,23 +114,13 @@ azd env set FABRIC_ACTIVATOR_NAME "my_custom_activator"
114
114
# Deploy everything
115
115
azd up
116
116
```
117
-
<br/>
118
117
119
-
Check more deployment aspects in our [deployment guide](./docs/DeploymentGuide.md):
118
+
<br/>
120
119
121
-
| Topic | Description |
122
-
|---|---|
123
-
|[**Prerequisites**](./docs/DeploymentGuide.md#prerequisites)| Required Azure permissions, API access, and software installations (Python, Azure CLI, azd) |
124
-
|[**Event Simulation**](./docs/DeploymentGuide.md#start-event-simulation)| Once deployed, generate real-time telemetry data and test anomaly detection with the event simulator tool |
125
-
|[**Deployment validation**](./docs/DeploymentGuide.md#deployment-results)| Once deployed, verify Azure infrastructure, Fabric workspace components, and real-time data flow |
|[**Alternative deployment options**](./docs/DeploymentGuide.md#deployment-options)| Deploy locally, Azure Cloud Shell, GitHub Codespaces, VS Code Dev Container or GitHub Actions|
129
-
|[**Limitations**](./docs/DeploymentGuide.md#known-limitations)| See identified limitations of the solution |
130
-
|[**Cleanup**](./docs/DeploymentGuide.md#environment-cleanup)| Remove all deployed resources and clean up your environment with `azd down`|
120
+
For additional deployment configuration and detailed setup instructions, see the [deployment guide](./docs/DeploymentGuide.md).
131
121
132
122
### Prerequisites and costs
133
-
Microsoft Fabric Capacity is enabled for your organization. Please refer to [Enable Microsoft Fabric for your organization](https://learn.microsoft.com/en-us/fabric/admin/fabric-switch) for more information.
123
+
Microsoft Fabric Capacity is enabled for your organization. Please refer to [Enable Microsoft Fabric for your organization](https://learn.microsoft.com/en-us/fabric/admin/fabric-switch) for more information.
134
124
135
125
To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups, resources, app registrations, and assign roles at the resource group level**. This should include Contributor role at the subscription level and Role Based Access Control role on the subscription and/or resource group level. Follow the steps in [Azure Account Set Up](./docs/AzureAccountSetUp.md).
0 commit comments