@@ -621,6 +621,12 @@ azure:
621
621
# CLI flag: -alertmanager-storage.azure.account-key
622
622
[account_key: <string> | default = ""]
623
623
624
+ # The values of ` account-name` and `endpoint-suffix` values will not be
625
+ # ignored if `connection-string` is set. Use this method over `account-key` if
626
+ # you need to authenticate via a SAS token or if you use the Azurite emulator.
627
+ # CLI flag: -alertmanager-storage.azure.connection-string
628
+ [connection_string : <string> | default = ""]
629
+
624
630
# Azure storage container name
625
631
# CLI flag: -alertmanager-storage.azure.container-name
626
632
[container_name : <string> | default = ""]
@@ -634,12 +640,14 @@ azure:
634
640
# CLI flag: -alertmanager-storage.azure.max-retries
635
641
[max_retries : <int> | default = 20]
636
642
637
- # Azure storage MSI resource. Either this or account key must be set.
643
+ # Deprecated: Azure storage MSI resource. It will be set automatically by
644
+ # Azure SDK.
638
645
# CLI flag: -alertmanager-storage.azure.msi-resource
639
646
[msi_resource : <string> | default = ""]
640
647
641
648
# Azure storage MSI resource managed identity client Id. If not supplied
642
- # system assigned identity is used
649
+ # default Azure credential will be used. Set it to empty if you need to
650
+ # authenticate via Azure Workload Identity.
643
651
# CLI flag: -alertmanager-storage.azure.user-assigned-id
644
652
[user_assigned_id : <string> | default = ""]
645
653
@@ -886,6 +894,12 @@ azure:
886
894
# CLI flag: -blocks-storage.azure.account-key
887
895
[account_key: <string> | default = ""]
888
896
897
+ # The values of ` account-name` and `endpoint-suffix` values will not be
898
+ # ignored if `connection-string` is set. Use this method over `account-key` if
899
+ # you need to authenticate via a SAS token or if you use the Azurite emulator.
900
+ # CLI flag: -blocks-storage.azure.connection-string
901
+ [connection_string : <string> | default = ""]
902
+
889
903
# Azure storage container name
890
904
# CLI flag: -blocks-storage.azure.container-name
891
905
[container_name : <string> | default = ""]
@@ -899,12 +913,14 @@ azure:
899
913
# CLI flag: -blocks-storage.azure.max-retries
900
914
[max_retries : <int> | default = 20]
901
915
902
- # Azure storage MSI resource. Either this or account key must be set.
916
+ # Deprecated: Azure storage MSI resource. It will be set automatically by
917
+ # Azure SDK.
903
918
# CLI flag: -blocks-storage.azure.msi-resource
904
919
[msi_resource : <string> | default = ""]
905
920
906
921
# Azure storage MSI resource managed identity client Id. If not supplied
907
- # system assigned identity is used
922
+ # default Azure credential will be used. Set it to empty if you need to
923
+ # authenticate via Azure Workload Identity.
908
924
# CLI flag: -blocks-storage.azure.user-assigned-id
909
925
[user_assigned_id : <string> | default = ""]
910
926
@@ -4142,6 +4158,12 @@ azure:
4142
4158
# CLI flag: -ruler-storage.azure.account-key
4143
4159
[account_key: <string> | default = ""]
4144
4160
4161
+ # The values of ` account-name` and `endpoint-suffix` values will not be
4162
+ # ignored if `connection-string` is set. Use this method over `account-key` if
4163
+ # you need to authenticate via a SAS token or if you use the Azurite emulator.
4164
+ # CLI flag: -ruler-storage.azure.connection-string
4165
+ [connection_string : <string> | default = ""]
4166
+
4145
4167
# Azure storage container name
4146
4168
# CLI flag: -ruler-storage.azure.container-name
4147
4169
[container_name : <string> | default = ""]
@@ -4155,12 +4177,14 @@ azure:
4155
4177
# CLI flag: -ruler-storage.azure.max-retries
4156
4178
[max_retries : <int> | default = 20]
4157
4179
4158
- # Azure storage MSI resource. Either this or account key must be set.
4180
+ # Deprecated: Azure storage MSI resource. It will be set automatically by
4181
+ # Azure SDK.
4159
4182
# CLI flag: -ruler-storage.azure.msi-resource
4160
4183
[msi_resource : <string> | default = ""]
4161
4184
4162
4185
# Azure storage MSI resource managed identity client Id. If not supplied
4163
- # system assigned identity is used
4186
+ # default Azure credential will be used. Set it to empty if you need to
4187
+ # authenticate via Azure Workload Identity.
4164
4188
# CLI flag: -ruler-storage.azure.user-assigned-id
4165
4189
[user_assigned_id : <string> | default = ""]
4166
4190
@@ -4415,6 +4439,12 @@ azure:
4415
4439
# CLI flag: -runtime-config.azure.account-key
4416
4440
[account_key: <string> | default = ""]
4417
4441
4442
+ # The values of ` account-name` and `endpoint-suffix` values will not be
4443
+ # ignored if `connection-string` is set. Use this method over `account-key` if
4444
+ # you need to authenticate via a SAS token or if you use the Azurite emulator.
4445
+ # CLI flag: -runtime-config.azure.connection-string
4446
+ [connection_string : <string> | default = ""]
4447
+
4418
4448
# Azure storage container name
4419
4449
# CLI flag: -runtime-config.azure.container-name
4420
4450
[container_name : <string> | default = ""]
@@ -4428,12 +4458,14 @@ azure:
4428
4458
# CLI flag: -runtime-config.azure.max-retries
4429
4459
[max_retries : <int> | default = 20]
4430
4460
4431
- # Azure storage MSI resource. Either this or account key must be set.
4461
+ # Deprecated: Azure storage MSI resource. It will be set automatically by
4462
+ # Azure SDK.
4432
4463
# CLI flag: -runtime-config.azure.msi-resource
4433
4464
[msi_resource : <string> | default = ""]
4434
4465
4435
4466
# Azure storage MSI resource managed identity client Id. If not supplied
4436
- # system assigned identity is used
4467
+ # default Azure credential will be used. Set it to empty if you need to
4468
+ # authenticate via Azure Workload Identity.
4437
4469
# CLI flag: -runtime-config.azure.user-assigned-id
4438
4470
[user_assigned_id : <string> | default = ""]
4439
4471
0 commit comments