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/app-service/app-service-key-vault-references.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,9 @@ After you grant permissions to the user-assigned identity, follow these steps:
90
90
91
91
This setting applies to all Key Vault references for the app.
92
92
93
+
> [!TIP]
94
+
> If you want to revert your app to use the system-assigned identity, set the value to `SystemAssigned` instead of the Resource ID.
95
+
93
96
## <aname = "rotation"></a> Understand rotation
94
97
95
98
If the secret version isn't specified in the reference, the app uses the latest version that exists in the key vault. When newer versions become available, such as with rotation, the app is automatically updated and begins using the latest version within 24 hours.
Copy file name to clipboardExpand all lines: articles/app-service/reference-app-settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ APACHE_RUN_GROUP | RUN sed -i 's!User ${APACHE_RUN_GROUP}!Group www-data!g' /etc
306
306
> |`WORDPRESS_ADMIN_EMAIL`| Deployment only | Not applicable | Not applicable | WordPress admin email. |
307
307
> |`WORDPRESS_ADMIN_PASSWORD`| Deployment only | Not applicable | Not applicable | WordPress admin password. This setting is only for deployment purposes. Modifying this value has no effect on the WordPress installation. To change the WordPress admin password, see [Reset your password](https://wordpress.org/support/article/resetting-your-password/#to-change-your-password). |
308
308
> |`WORDPRESS_ADMIN_USER`| Deployment only | Not applicable | Not applicable|WordPress admin username. |
309
-
> |`WORDPRESS_ADMIN_LOCALE_CODE`| Deployment only |Not applicable | Not applicable |Database username used to connect to WordPress. |
309
+
> |`WORDPRESS_LOCALE_CODE`| Deployment only |`en_US`| Not applicable |WordPress localization code for site language. |
Copy file name to clipboardExpand all lines: includes/vpn-gateway-vwan-azure-vpn-client-optional.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,25 @@ To work with VPN client profile configuration files (xml files), use the followi
18
18
19
19
1. Locate the profile configuration file and open it using the editor of your choice.
20
20
1. Using the examples in the following sections, modify the file as necessary, then save your changes.
21
-
1. Import the file to configure the Azure VPN client. You can import the file for the Azure VPN Client using these methods:
22
-
23
-
***Azure VPN Client interface**: Open the Azure VPN Client and select **+** and then **Import**. Locate the modified .xml file. Configure any additional settings in the Azure VPN Client interface (if necessary), then select **Save**.
24
-
25
-
***Command-line prompt**: Place the appropriate downloaded configuration xml file in the *%userprofile%\AppData\Local\Packages\Microsoft.AzureVpn_8wekyb3d8bbwe\LocalState* folder, then run the command that corresponds to the configuration file name. For example, `azurevpn -i azurevpnconfig_aad.xml`. To force the import, use the `-f` switch.
26
-
21
+
1. Import the file to configure the Azure VPN Client:
22
+
-**Windows**
23
+
-**Azure VPN Client interface**: Open the Azure VPN Client and select **+** and then **Import**. Locate the modified .xml file. Configure any additional settings in the Azure VPN Client interface (if necessary), then select **Save**.
24
+
-**Command-line prompt**: Place the appropriate downloaded configuration xml file in the *%userprofile%\AppData\Local\Packages\Microsoft.AzureVpn_8wekyb3d8bbwe\LocalState* folder, then run the command that corresponds to the configuration file name. For example, `azurevpn -i azurevpnconfig_aad.xml`. To force the import, use the `-f` switch.
25
+
-**macOS**
26
+
-**Azure VPN Client interface**: Open the Azure VPN Client and select **Import**. Locate the modified .xml file. Configure any additional settings in the Azure VPN Client interface (if necessary), then select **Save**.
27
+
-**Command-line prompt**: Modify the following code snippet to distribute your configuration file. Execute it with privileges using `sudo sh ./script.sh`. A restart may be needed if Azure VPN CLient has been started in the user session already.
0 commit comments