Skip to content

Commit 2c17cf3

Browse files
authored
Update functions-recover-storage-account.md
1 parent 2b6879b commit 2c17cf3

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/azure-functions/functions-recover-storage-account.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,29 @@ If you have a daily execution quota configured, your function app is temporarily
7575

7676
## App is behind a firewall
7777

78-
Your function runtime is unreachable if your function app is hosted in an [internally load balanced App Service Environment](../app-service/environment/create-ilb-ase.md) and it's configured to block inbound internet traffic, or if it has [inbound IP restrictions](functions-networking-options.md#inbound-ip-restrictions) that are configured to block internet access. The Azure portal makes calls directly to the running app to fetch the list of functions, and it makes HTTP calls to the Kudu endpoint. Platform level settings under the **Platform Features** tab are still available.
78+
Your function runtime might be unreachable for either of the following reasons:
79+
* Your function app is hosted in an [internally load balanced App Service Environment](../app-service/environment/create-ilb-ase.md) and it's configured to block inbound internet traffic.
80+
* Your function app has [inbound IP restrictions](functions-networking-options.md#inbound-ip-restrictions) that are configured to block internet access.
81+
82+
The Azure portal makes calls directly to the running app to fetch the list of functions, and it makes HTTP calls to the Kudu endpoint. Platform level settings under the **Platform Features** tab are still available.
7983

8084
* To verify your App Service Environment (ASE) configuration:
8185
1. Go to the network security group (NSG) of the subnet where ASE resides.
82-
1. Validate the inbound rules to allow traffic coming from the public IP of the computer where you are accessing the application.
86+
1. Validate the inbound rules to allow traffic that's coming from the public IP of the computer where you're accessing the application.
8387

84-
You can also use the portal from a computer connected to the virtual network that's running your app or a virtual machine that's running in your virtual network. For more information about inbound rule configuration, see [Networking considerations for an App Service Environment](https://docs.microsoft.com/azure/app-service/environment/network-info#network-security-groups).
88+
You can also use the portal from a computer that is connected to the virtual network that's running your app or to a virtual machine that's running in your virtual network. For more information about inbound rule configuration, see [Networking considerations for an App Service Environment](https://docs.microsoft.com/azure/app-service/environment/network-info#network-security-groups).
8589

8690
## Next steps
8791

8892
Now that your function app is back and operational, take a look at our quickstarts and developer references:
8993

9094
* [Create your first Azure function](functions-create-first-azure-function.md)
91-
Jump right in and create your first function by using the Azure function's quickstart.
95+
Jump right in and create your first function by using the instructions in the Azure function's quickstart article.
9296
* [Azure Functions developer reference](functions-reference.md)
93-
Provides more technical information about the Azure Functions Runtime and a reference for coding functions and defining triggers and bindings.
97+
Get more technical information about the Azure Functions Runtime and a reference for coding functions and defining triggers and bindings.
9498
* [Testing Azure functions](functions-test-a-function.md)
95-
Describes various tools and techniques for testing your functions.
99+
Learn about various tools and techniques for testing your functions.
96100
* [How to scale Azure functions](functions-scale.md)
97-
Discusses service plans available with Azure Functions, including the Consumption hosting plan, and how to choose the right plan.
101+
Understand the service plans that are available with Azure Functions, including the Consumption hosting plan, and how to choose the right plan.
98102
* [Learn more about Azure App Service](../app-service/overview.md)
99-
Azure Functions leverages Azure App Service for core functionality, such as deployments, environment variables, and diagnostics.
103+
Learn how Azure Functions takes advantage of Azure App Service for core functionality, such as deployments, environment variables, and diagnostics.

0 commit comments

Comments
 (0)