Commit 34e5dba
authored
Add CORS and Bundling sections to README-TEMPLATE (Azure#13516)
## What
- Add a section on setting up CORS and creating a browser bundle to our template readme.
## Why
CORS is one of the first roadblocks a user will encounter when developing a browser application
using our SDK. As such, we should provide some help in the form of "here's the basics of configuring
CORS support at the service level" in the README.
closes Azure#131491 parent 03c4fb6 commit 34e5dba
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
100 | 118 | | |
101 | 119 | | |
102 | 120 | | |
| |||
0 commit comments