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
To https://<app_name>.scm.azurewebsites.net/<app_name>.git
128
+
* [new branch] master -> master
129
+
</pre>
130
130
131
131
### Browse to the Azure app
132
132
133
-
1. Navigate to `http://<app_name>.azurewebsites.net/swagger`in a browser and play with the Swagger UI.
133
+
1. Navigate to `http://<app_name>.azurewebsites.net/swagger`in a browser and view the Swagger UI.
134
134
135
-

135
+

136
136
137
137
1. Navigate to `http://<app_name>.azurewebsites.net/swagger/v1/swagger.json` to see the _swagger.json_ for your deployed API.
138
138
@@ -142,11 +142,11 @@ In this step, you deploy your .NET Core application to App Service.
142
142
143
143
Next, you enable the built-in CORS support in App Service for your API.
144
144
145
-
### Test CORS in sample app
145
+
### Test CORS in the sample app
146
146
147
147
1. In your local repository, open _wwwroot/index.html_.
148
148
149
-
1. In Line 51, set the `apiEndpoint` variable to the URL of your deployed API (`http://<app_name>.azurewebsites.net`). Replace _\<appname>_ with your app name in App Service.
149
+
1. On line 51, set the `apiEndpoint` variable to the URL of your deployed API (`http://<app_name>.azurewebsites.net`). Replace _\<appname>_ with your app name in App Service.
150
150
151
151
1. In your local terminal window, run the sample app again.
0 commit comments