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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Reliable web app pattern for .NET
2
2
3
+
> :mega:**Got feedback?** Fill out [this survey](https://aka.ms/eap/rwa/dotnet/survey) to help us shape the future of Enterprise App Patterns and understand whether we're focusing on the business goals and features important to you. [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839)
4
+
3
5
The reference implementation provides a production-grade web application that uses best practices from our guidance and gives developers concrete examples to build their own Reliable Web Application in Azure. It simulates the journey from an on-premises ASP.NET application to a migration to Azure. It shows you what changes to make to maximize the benefits of the cloud in the initial cloud adoption phase. Here's an outline of the contents in this readme:
4
6
5
7
-[Azure Architecture Center guidance](#azure-architecture-center-guidance)
@@ -475,4 +477,4 @@ The software may collect information about you and your use of the software and
475
477
476
478
Telemetry collection is on by default.
477
479
478
-
To opt out, run the following command `azd env set ENABLE_TELEMETRY` to `false` in your environment.
480
+
To opt out, run the following command `azd env set ENABLE_TELEMETRY` to `false` in your environment.
0 commit comments