Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

@jeffreyaven I tried to Create NIC using

Insert /*+ AWAIT  */ into azure.network.interfaces

But I got the error

{'message': 'method NetworkInterfaces_CreateOrUpdate is not awaitable\n', 'rowsaffected': 1}

So just trying to understand if query hints are not supported in Azure. I am trying to create dependent resources before creating vm using pystackql. So I want the subsequent queries to wait before the current query is executed.

You must be logged in to vote

hey @vwake7 query hints haven't been implemented in Azure as yet, to manage dependencies you should use stackql-deploy, you define post deploy tests which will retry and block until passed before processing the next resource

Replies: 1 comment

Comment options

hey @vwake7 query hints haven't been implemented in Azure as yet, to manage dependencies you should use stackql-deploy, you define post deploy tests which will retry and block until passed before processing the next resource

You must be logged in to vote
0 replies
Answer selected by vwake7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.