Skip to content

Commit 96e53b2

Browse files
committed
Render expandable documentation panels
1 parent 07bf550 commit 96e53b2

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Last updated: 2025-09-17
99
!!! warning "Demo scope"
1010
This example is based on a `public network site and is intended for demonstration purposes only`. It shows how several Azure resources can work together to achieve the desired result. Review [Important Considerations for Production Environment](#important-considerations-for-production-environment) before adapting it. These demos are intended as a guide and are based on personal experience. For official guidance, support, or more detailed information, refer to Microsoft's official documentation or [Microsoft Sales and Support](https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME).
1111

12-
<details>
12+
<details markdown="1">
1313
<summary><b>List of References</b> (Click to expand)</summary>
1414

1515
- [Power Apps pricing](https://www.microsoft.com/en-us/power-platform/products/power-apps/)
@@ -59,7 +59,7 @@ Last updated: 2025-09-17
5959

6060
</details>
6161

62-
<details>
62+
<details markdown="1">
6363
<summary><b>Table of Content</b> (Click to expand)</summary>
6464

6565
- [Prerequisites](#prerequisites)
@@ -97,7 +97,7 @@ flowchart LR
9797
D:::step
9898
```
9999

100-
<details>
100+
<details markdown="1">
101101
<summary><b> More details about it here </b> (Click to expand)</summary>
102102

103103
> - We all `start with scripting`, no matter the language, it’s the first step. `Simple/complex instructions, written line by line`, to get something done
@@ -126,14 +126,14 @@ flowchart LR
126126

127127
## Important Considerations for Production Environment
128128

129-
<details>
129+
<details markdown="1">
130130
<summary>Private Network Configuration</summary>
131131

132132
> For enhanced security, consider configuring your Azure resources to operate within a private network. This can be achieved using Azure Virtual Network (VNet) to isolate your resources and control inbound and outbound traffic. Implementing private endpoints for services like Azure Blob Storage and Azure Functions can further secure your data by restricting access to your VNet.
133133
134134
</details>
135135

136-
<details>
136+
<details markdown="1">
137137
<summary>Security</summary>
138138

139139
> Ensure that you implement appropriate security measures when deploying this solution in a production environment. This includes: <br/>
@@ -144,7 +144,7 @@ flowchart LR
144144
145145
</details>
146146

147-
<details>
147+
<details markdown="1">
148148
<summary>Scalability</summary>
149149

150150
> While this example provides a basic setup, you may need to scale the resources based on your specific requirements. Azure services offer various scaling options to handle increased workloads. Consider using: <br/>
@@ -154,20 +154,20 @@ flowchart LR
154154
155155
</details>
156156

157-
<details>
157+
<details markdown="1">
158158
<summary>Cost Management</summary>
159159

160160
> Monitor and manage the costs associated with your Azure resources. Use Azure Cost Management and Billing to track usage and optimize resource allocation.
161161
162162
</details>
163163

164-
<details>
164+
<details markdown="1">
165165
<summary>Compliance</summary>
166166

167167
> Ensure that your deployment complies with relevant regulations and standards. Use Azure Policy to enforce compliance and governance policies across your resources.
168168
</details>
169169
170-
<details>
170+
<details markdown="1">
171171
<summary>Disaster Recovery</summary>
172172

173173
> Implement a disaster recovery plan to ensure business continuity in case of failures. Use Azure Site Recovery and backup solutions to protect your data and applications.
@@ -220,7 +220,7 @@ flowchart LR
220220
- `Max Scale Out (Instances)`: The maximum number of instances the service can scale out to.
221221
- `Example AI Use Cases`: Real-world scenarios where each plan excels.
222222

223-
<details>
223+
<details markdown="1">
224224
<summary><strong>Flex Consumption</strong></summary>
225225

226226
| Feature | Description |
@@ -234,7 +234,7 @@ flowchart LR
234234

235235
</details>
236236

237-
<details>
237+
<details markdown="1">
238238
<summary><strong>Consumption</strong></summary>
239239

240240
| Feature | Description |
@@ -248,7 +248,7 @@ flowchart LR
248248

249249
</details>
250250

251-
<details>
251+
<details markdown="1">
252252
<summary><strong>Functions Premium</strong></summary>
253253

254254
| Feature | Description |
@@ -262,7 +262,7 @@ flowchart LR
262262

263263
</details>
264264

265-
<details>
265+
<details markdown="1">
266266
<summary><strong>App Service</strong></summary>
267267

268268
| Feature | Description |
@@ -276,7 +276,7 @@ flowchart LR
276276

277277
</details>
278278

279-
<details>
279+
<details markdown="1">
280280
<summary><strong>Container Apps Env.</strong></summary>
281281

282282
| Feature | Description |

0 commit comments

Comments
 (0)