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
az fluid-relay server create |
Create a Fluid Relay server. |
az fluid-relay server delete |
Delete a Fluid Relay server. |
az fluid-relay server list |
List all Fluid Relay servers. |
az fluid-relay server list-key |
Get primary and secondary key for this server. |
az fluid-relay server regenerate-key |
Regenerate the primary or secondary key for this server. |
az fluid-relay server show |
Get a Fluid Relay server. |
az fluid-relay server update |
Update a Fluid Relay server. |
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. Shorthand syntax supported. Try ??
to show more.
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. Shorthand syntax supported. 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.
Provision states for FluidRelay RP.
Sku of the storage associated with the resource.
Resource tags. Shorthand syntax supported. Try ??
to show more.
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 --name
--resource-group
[--yes]
Examples
FluidRelayServer_Delete
az fluid-relay server delete -n testFluidRelay -g MyResourceGroup -y
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
Do not prompt for confirmation.
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.
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.
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.
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 --name
--resource-group
Examples
FluidRelayServer_Show
az fluid-relay server show -g MyResourceGroup -n MyFluidRelay
Required Parameters
The Fluid Relay server resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 --name
--resource-group
[--identity]
[--key-identity]
[--key-url]
[--location]
[--tags]
Examples
FluidRelayServer_Update
az fluid-relay server update -n MyFluidRelay -l westus2 -g MyResourceGroup --tags category=sale
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. Shorthand syntax supported. Try ??
to show more.
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. Shorthand syntax supported. 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.
Resource tags. Shorthand syntax supported. Try ??
to show more.
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.
Feedback
Submit and view feedback for