|
1 | 1 | You know what Azure Web Application Firewall is and how it works. Now you need some criteria to help you evaluate whether Azure Web Application Firewall is a suitable choice for your company. To help you decide, let's consider the following scenarios:
|
2 | 2 |
|
3 |
| -- You have web apps that contain sensitive or proprietary data |
4 |
| -- You have web apps that require users to sign in |
5 |
| -- Your web app developers lack security expertise |
6 |
| -- Your web app developers have other priorities |
7 |
| -- You have web app development budget constraints |
8 |
| -- You have web app development time constraints |
9 |
| -- Your web app must be built and deployed quickly |
10 |
| -- Your web app launch will be high-profile |
| 3 | +- You have web apps that contain sensitive or proprietary data. |
| 4 | +- You have web apps that require users to sign in. |
| 5 | +- Your web app developers lack security expertise. |
| 6 | +- Your web app developers have other priorities. |
| 7 | +- You have web app development budget constraints. |
| 8 | +- You have web app development time constraints. |
| 9 | +- Your web app must be built and deployed quickly. |
| 10 | +- Your web app launch will be high-profile. |
11 | 11 |
|
12 | 12 | As part of your Azure Web Application Firewall evaluation, you know that Contoso fits several of these scenarios. Read the corresponding sections for more details.
|
13 | 13 |
|
@@ -59,16 +59,15 @@ Chances are you'd prefer that your web-development team focus on fulfilling thes
|
59 | 59 |
|
60 | 60 | ## You have web-app development budget constraints
|
61 | 61 |
|
62 |
| -Coding in-house against all the OWASP exploits is an expensive proposition: |
| 62 | +Coding in-house against all the OWASP exploits is an expensive proposition. Web developers with the necessary security expertise are relatively rare. These developers can command higher salaries than colleagues who lack such expertise. |
63 | 63 |
|
64 |
| -- Web developers with the necessary security expertise are relatively rare. These developers can command higher salaries than colleagues who lack such expertise. |
65 |
| -- Coding against the full range of web app exploits isn't a one-time-only proposition. As new or modified exploits become known, your team must constantly maintain and update its security code. Your security experts must become permanent members of your web-development team, and permanent line items in your budget. |
| 64 | +Also, coding against the full range of web app exploits isn't a one-time-only proposition. As new or modified exploits become known, your team must constantly maintain and update its security code. Your security experts must become permanent members of your web-development team, and permanent line items in your budget. |
66 | 65 |
|
67 | 66 | Azure Web Application Firewall isn't free. However, you might find that it's a more cost-effective solution than hiring a team of full-time web security experts.
|
68 | 67 |
|
69 | 68 | ## You have web-app development time constraints
|
70 | 69 |
|
71 |
| -Many web-development teams code in-house against all the OWASP exploits. However, most of these teams soon realize that creating and maintaining this code is laborious and time-consuming. If you're trying to meet a tight deadline to launch a new web app, the thousands of person-hours required to protect the app against all the OWASP exploits is a major hurdle, |
| 70 | +Many web-development teams code in-house against all the OWASP exploits. However, most of these teams soon realize that creating and maintaining this code is laborious and time-consuming. If you're trying to meet a tight deadline to launch a new web app, the thousands of person-hours required to protect the app against all the OWASP exploits is a major hurdle. |
72 | 71 |
|
73 | 72 | You can configure an Azure Application Gateway instance or Azure Front Door profile with Azure Web Application Firewall in minutes.
|
74 | 73 |
|
|
0 commit comments