שלושה מסלולים מלאים בתוכן מקצועי שיכללו למעלה משלושים הרצאות של דוברים איכותיים – ביניהם מנהלי קהילות טכנולוגיות, חברות וספקיות בינלאומיות ומובילי פורומים.
AWS הכריזה השבוע על ה-General Availability של Amazon DevOps Guru, שירות אופרציות fully-managed ומבוסס על ML, שמסייע למפתחים לשפר את זמינות האפליקציות שלהם על-ידי איתור של בעיות אופרציה, והמלצה על פעולות תיקון. Swami Sivasubramanian, שהוא VP ב-Amazon Machine Learning, AWS, אמר:
“With Amazon DevOps Guru, we have taken that expertise and built specialized machine learning models to detect, troubleshoot, and prevent operational issues long before they impact customers and without dealing with cold starts each time an issue arises."
Microsoft Azure הכריזו על ה-preview של Azure Web PubSub – שירות המאפשר למפתחים להשתמש ב-WebSockets ובדפוס הרשמה ציבורי כדי לבנות אפליקציות רשת בזמן אמת, כמו למשל אפליקציית איתור מיקומים. Native WebSocket נתמכת יחד עם שפות כדוגמת C#, ג'אווה ופייתון, באמצעות WebSocket APIs.
Cloud Functions היא סביבת serverless execution, לבניית וחיבור שירותי ענן עם פעולות שבוצעו ב-runtimes של שפות ספציפיות, כדוגמת Node.js, Python, Go, Java, וכעת גם PHP. מסגרת הפעולות עבור PHP תומכת בפעולות HTTP. שירות הקוד הפתוח החדש זמין כעת ב-GitHub. Bren Shaffer, שהוא Developer Programs Engineer ב-Google, ו- Vinod Ramachandran, מנהל מוצר ב-Google, הסבירו:
"The PHP Functions Framework fits comfortably with popular PHP development processes and tools. Include a composer.json file in your deployment, and those packages will be installed and the autoloader will be registered. Include a php.ini file, and your custom configuration will be loaded and extensions enabled."
מה הדרך הנכונה לעשות מיגרציה מ-Workmail ל-Google workspace?
כל מה שמצאתי היה רלוונטי לשרת Exchange, אבל ב-workmail אין את האופציה ליצור משתמש עם הרשאת impersonation.
אהלן,
export and import.
https://docs.aws.amazon.com/workmail/latest/adminguide/mail-export.html
בוקר טוב, מישהו מצא פתרון במקרה ליצירת custom health prob ל-VMSS באז'ור שלא מקושר ל-load-balancer (בשביל automatic upgrade)? זה נראה שהם מחייבים לקחת את ה-health prob מ-LB ואני לא רוצה לקשר אותו ל-LB בינתיים.
אפשר להוסיף Application health extension ל-VMSS במקום LB probe (למזלי לפני שבועיים נוספה התמיכה לאופציה הזו ב-provider האחרון - 2.56) - עובד מעולה. ככה אפשר לגבוה health check בלי קשר ל-LB.
מישהו מכיר דרך להכניס output של לוג למייל ב-jenkinsfile?
emailext attachLog: true (to get jenkins console log)
archiveArtifacts 'log.log' (to get some file)
אם אתה מצרף לוג שאתה מייצר בפייפליין ואין ברירה, אפשר להשתמש ב-sendmail...
Oops! Something went wrong while submitting the form