az fluid-relay server
Note
This reference is part of the fluid-relay extension for the Azure CLI (version 2.39.0 or higher). The extension will automatically install the first time you run an az fluid-relay server command. Learn more about extensions.
Manage Fluid Relay Server.
Commands
Name | Description | Type | Status |
---|---|---|---|
az fluid-relay server create |
Create a Fluid Relay server. |
Extension | GA |
az fluid-relay server delete |
Delete a Fluid Relay server. |
Extension | GA |
az fluid-relay server list |
List all Fluid Relay servers. |
Extension | GA |
az fluid-relay server list-key |
Get primary and secondary key for this server. |
Extension | GA |
az fluid-relay server regenerate-key |
Regenerate the primary or secondary key for this server. |
Extension | GA |
az fluid-relay server show |
Get a Fluid Relay server. |
Extension | GA |
az fluid-relay server update |
Update a Fluid Relay server. |
Extension | GA |
az fluid-relay server create
Create a Fluid Relay server.
az fluid-relay server create --name
--resource-group
[--identity]
[--key-identity]
[--key-url]
[--location]
[--provisioning-state {Canceled, Failed, Succeeded}]
[--sku {basic, standard}]
[--tags]
Examples
FluidRelayServer_Create
az fluid-relay server create -n TestFluidRelay -l westus2 -g MyResourceGroup --sku standard --tags category=sales --identity type="SystemAssigned"
az fluid-relay server create -n TestFluidRelay -l westus2 -g MyResourceGroup --sku standard --tags category=sales --identity type="SystemAssigned, UserAssigned" user-assigned-identities={"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2"}
Required Parameters
The Fluid Relay server resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The type of identity used for the resource. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Key encryption key Url, with or without a version. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. Key auto rotation is enabled by providing a key uri without version. Otherwise, customer is responsible for rotating the key. The keyEncryptionKeyIdentity(either SystemAssigned or UserAssigned) should have permission to access this key url.
The geo-location where the resource lives When not specified, the location of the resource group will be used.
Provision states for FluidRelay RP.
Sku of the storage associated with the resource.
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az fluid-relay server delete
Delete a Fluid Relay server.
az fluid-relay server delete [--ids]
[--name]
[--resource-group]
[--subscription]
[--yes]
Examples
FluidRelayServer_Delete
az fluid-relay server delete -n testFluidRelay -g MyResourceGroup -y
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The Fluid Relay server resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az fluid-relay server list
List all Fluid Relay servers.
az fluid-relay server list [--resource-group]
Examples
FluidRelayServer_List
az fluid-relay server list --subscription 00000000-0000-0000-0000-000000000000
az fluid-relay server list -g MyResourceGroup
Optional Parameters
The resource group containing the resource.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az fluid-relay server list-key
Get primary and secondary key for this server.
az fluid-relay server list-key --resource-group
--server-name
Examples
FluidRelayServer_List-key
az fluid-relay server list-key -g MyResourceGroup --server-name MyServerName
Required Parameters
The resource group containing the resource.
The Fluid Relay server resource name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az fluid-relay server regenerate-key
Regenerate the primary or secondary key for this server.
az fluid-relay server regenerate-key --key-name {key1, key2}
--resource-group
--server-name
Examples
FluidRelayServer_Regenerate-key
az fluid-relay server regenerate-key -g MyResourceGroup --server-name MyServerName --key-name key1
Required Parameters
The key to regenerate.
The resource group containing the resource.
The Fluid Relay server resource name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az fluid-relay server show
Get a Fluid Relay server.
az fluid-relay server show [--ids]
[--name]
[--resource-group]
[--subscription]
Examples
FluidRelayServer_Show
az fluid-relay server show -g MyResourceGroup -n MyFluidRelay
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The Fluid Relay server resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az fluid-relay server update
Update a Fluid Relay server.
az fluid-relay server update [--identity]
[--ids]
[--key-identity]
[--key-url]
[--location]
[--name]
[--resource-group]
[--subscription]
[--tags]
Examples
FluidRelayServer_Update
az fluid-relay server update -n MyFluidRelay -l westus2 -g MyResourceGroup --tags category=sale
Optional Parameters
The type of identity used for the resource. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Key encryption key Url, with or without a version. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. Key auto rotation is enabled by providing a key uri without version. Otherwise, customer is responsible for rotating the key. The keyEncryptionKeyIdentity(either SystemAssigned or UserAssigned) should have permission to access this key url.
The geo-location where the resource lives.
The Fluid Relay server resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI