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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Last updated: 2025-09-17
9
9
!!! warning "Demo scope"
10
10
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).
11
11
12
-
<details>
12
+
<detailsmarkdown="1">
13
13
<summary><b>List of References</b> (Click to expand)</summary>
<summary><b>Table of Content</b> (Click to expand)</summary>
64
64
65
65
-[Prerequisites](#prerequisites)
@@ -97,7 +97,7 @@ flowchart LR
97
97
D:::step
98
98
```
99
99
100
-
<details>
100
+
<detailsmarkdown="1">
101
101
<summary><b> More details about it here </b> (Click to expand)</summary>
102
102
103
103
> - 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
126
126
127
127
## Important Considerations for Production Environment
128
128
129
-
<details>
129
+
<detailsmarkdown="1">
130
130
<summary>Private Network Configuration</summary>
131
131
132
132
> 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.
133
133
134
134
</details>
135
135
136
-
<details>
136
+
<detailsmarkdown="1">
137
137
<summary>Security</summary>
138
138
139
139
> Ensure that you implement appropriate security measures when deploying this solution in a production environment. This includes: <br/>
@@ -144,7 +144,7 @@ flowchart LR
144
144
145
145
</details>
146
146
147
-
<details>
147
+
<detailsmarkdown="1">
148
148
<summary>Scalability</summary>
149
149
150
150
> 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
154
154
155
155
</details>
156
156
157
-
<details>
157
+
<detailsmarkdown="1">
158
158
<summary>Cost Management</summary>
159
159
160
160
> Monitor and manage the costs associated with your Azure resources. Use Azure Cost Management and Billing to track usage and optimize resource allocation.
161
161
162
162
</details>
163
163
164
-
<details>
164
+
<detailsmarkdown="1">
165
165
<summary>Compliance</summary>
166
166
167
167
> Ensure that your deployment complies with relevant regulations and standards. Use Azure Policy to enforce compliance and governance policies across your resources.
168
168
</details>
169
169
170
-
<details>
170
+
<detailsmarkdown="1">
171
171
<summary>Disaster Recovery</summary>
172
172
173
173
> 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
220
220
- `Max Scale Out (Instances)`: The maximum number of instances the service can scale out to.
221
221
- `Example AI Use Cases`: Real-world scenarios where each plan excels.
0 commit comments