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: articles/azure-functions/functions-recover-storage-account.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,25 +75,29 @@ If you have a daily execution quota configured, your function app is temporarily
75
75
76
76
## App is behind a firewall
77
77
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.
79
83
80
84
* To verify your App Service Environment (ASE) configuration:
81
85
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.
83
87
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).
85
89
86
90
## Next steps
87
91
88
92
Now that your function app is back and operational, take a look at our quickstarts and developer references:
89
93
90
94
*[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.
0 commit comments