File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
articles/spring-apps/enterprise Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,24 @@ Using the following Azure CLI command:
217
217
az spring job create --bind-service-registry true
218
218
```
219
219
220
+ 1 . For existing jobs, you can bind them with Service Registry using this command:
221
+
222
+ ```
223
+ az spring service-registry bind --job <job-name>
224
+ ```
225
+
220
226
# [ Azure portal] ( #tab/azure-portal )
221
227
228
+ Bind the job to Service Registry during job creation:
229
+
230
+ 1 . Go to your Azure Spring Apps instance. From the navigation pane, select * Service Registry* in * Managed components* .
231
+ 1 . If the component is disabled, select * Manage* to enable it.
232
+ 1 . In * Job binding* tab, select * Bind job* and choose the job to apply.
233
+ 1 . After binding successfully, the job name shows in the list.
234
+ 1 . Run the job
235
+
236
+ For existing jobs, you can bind them with Service Registry with following steps:
237
+
222
238
1 . Go to your Azure Spring Apps instance. From the navigation pane, select * Service Registry* in * Managed components* .
223
239
1 . If the component is disabled, select * Manage* to enable it.
224
240
1 . In * Job binding* tab, select * Bind job* and choose the job to apply.
You can’t perform that action at this time.
0 commit comments