quickstart-cpp icon indicating copy to clipboard operation
quickstart-cpp copied to clipboard

import azure.functions as func

Open Hawthorne001 opened this issue 1 year ago • 2 comments

import azure.functions as func from elasticsearch import Elasticsearch

Client initialization

client = Elasticsearch( cloud_id="deployment-name:ABCD...", api_key=... )

def main(request: func.HttpRequest) -> func.HttpResponse: # Use the client client.search(index=..., query={"match_all": {}})

from elasticsearch import Elasticsearch

Client initialization

client = Elasticsearch( cloud_id="deployment-name:ABCD...", api_key=... )

def main(request): # Use the client client.search(index=..., query={"match_all": {}})

C:\Projects\Code\WanPathFileShareSystem-v2-QA\MyWorkDrive.Solutions.Client\WanPath.WopiAuth.Account.LoginWopi.btnStep2_Click(Object sender, EventArgs e) in C:\Projects\Code\WanPathFileShareSystem-v2-QA\MyWorkDrive.Solutions.Client\WanPath.WopiAuth\Account\LoginWopi.aline 1:4 ---> 1 C:\Projects\Code\WanPathFileShareSystem-v2-QA\MyWorkDrive.Solutions.Client\WanPath.WopiAuth\Account\LoginWopi.aspx.cs

   2 WanPath.WopiAuth.Account.LoginWopi.btnStep2_Click(Object sender, EventArgs e) in C:\Projects\Code\WanPathFileShareSystem-v2-QA\MyWorkDrive.Solutions.Client\WanPath.line 

Originally posted by @Hawthorne001 in https://github.com/ethereum/EIPs/pull/8575#issuecomment-2119094066

Hawthorne001 avatar May 19 '24 04:05 Hawthorne001

This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar May 19 '24 04:05 google-oss-bot

i want to resolve this issue

AYUSH-GANGWAR9 avatar Mar 27 '25 19:03 AYUSH-GANGWAR9